XML-Parser * XML. (after Parse)

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > XML-Parser > XML. - after parse >

XML-Parser * XML. (after Parse)

XML.Start Tag Down

Previous Top Next


MiniRobotLanguage (MRL)

 

XML.Start Tag Down

XML.std

Move the actual position to the next Start Tag in downward direction

 

 

Intention

 

This command will move the actual position to the next Start Tag in downward direction.

 

 

 

Syntax

 

 

XML.Start Tag Down[|P2]

 

 

 

Parameter Explanation

 

P2 - (optional) Variable to return the result. The result is >0 and contains the

          actual position that is on a start-tag.

          If nothing was found the result is zero, and the actual position is not changed.

          If omitted, the result is been placed on TOS

 

 

 

Example

 

'***********************************

 

ENR.

 

This is the result of the sample script:

 

 

 

Here is the important part of the used XML-Data that is analyzed here:

 

<?xml version="1.0" encoding="UTF-8"?>

<!-- comment attrib="Hall"-->

<PatchInformation XMLVersion="1.0000.0000.4918" XMLLastUpdated="1/30/2010" PatchCount="1261">

<Products>

<Product ProductName="WINDOWS NT 4.0" SName="NTW">

<SPS>

<SP SPName="SP3"/>

<SP SPName="SP4"/>

<SP SPName="SP5"/>

<SP SPName="SP6"/>

<SP SPName="SP6A"/>

</SPS>

</Product>

<Patch PatchName="SQLServer2008-KB2716433-x86.exe" SQNumber="Q2716433">

<DL SFN="SQLServer2008-KB2716433-x86.exe" FS="188008400">

<SURLS>

 

You can find the XML-Sample-Data file in the Installation folder in the Samples-Folder "XML".

 

 

 

Remarks

 

-

 

 

 

Limitations:

 

-

 

 

See also:

 

  ! Smart Package Robot 's XML-Features

  ! SPR - XML-Parser Flags

  XML. - eXtended Markup Language

  par - parse from var