! Sample-XML Data

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > XML-Parser >

! Sample-XML Data

Sample XML-Data

Previous Top Next


MiniRobotLanguage (MRL)

 

Sample XML-Data

XML-Data that is used for the following Help Pages

 

 

Intention

 

We will use this Sample XML-Data for all the commands on the following help pages.

Below you will find the sample-Data as well as a XML-Flags Dump.

This shows you how the Commands and queries work.

 

 

XML-Flags-Dump

 

This is an XML-Flags Dump of the used XML-Data. You can see the Flags that is set for any of the Bytes in the XML-Data.

 

 

graphic

 

Here is another one:

 

graphic

 

graphic

 

 

graphic

 

In this above Dump you can see a part that is delimited by Single Quotes (SQ).

Below you can see the used XML-Data.

 

 

 

Example-XML-Data

 

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

' XML-Sample Data

' Used to demonstrate the XML-Features

' Mote that this XML-File has been changed

' for demonstration purposes

' and has no authentic technical information

' about Updates.

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

 

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

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

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

<Products>

<Product ProductName="WINDOWS NT WORKSTATION 4.0" ShavlikName="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>

<SURL LGROUP="ENSTD" LURL="http://download.microsoft.com/download/9/2/7/927A4802-FC1C-4A71-9A2D-2DCEAC11B266/KB2716433/SQLServer2008-KB2716433-x86.exe"/>

<SURL LGROUP="FRSTD" LURL="http://download.microsoft.com/download/9/2/7/927A4802-FC1C-4A71-9A2D-2DCEAC11B266/KB2716433/SQLServer2008-KB2716433-x86.exe"/>

<SURL LGROUP="DESTD" LURL="http://download.microsoft.com/download/9/2/7/927A4802-FC1C-4A71-9A2D-2DCEAC11B266/KB2716433/SQLServer2008-KB2716433-x86.exe"/>

<SURL LGROUP="CHHKSTD" LURL="http://download.microsoft.com/download/9/2/7/927A4802-FC1C-4A71-9A2D-2DCEAC11B266/KB2716433/SQLServer2008-KB2716433-x86.exe"/>

</SURLS>

<AffectedProductSPs>

<AffectedProductSP ShavlikName="SQL2K8AS" SPName="SP2" BulletinID="MS12-070"/>

<AffectedProductSP ShavlikName="SQL2008" SPName="SP2" BulletinID="MS12-070"/>

<AffectedProductSP ShavlikName="SQL2008STD" SPName="SP2" BulletinID="MS12-070"/>

<AffectedProductSP ShavlikName="SQL2008EXPRESSAS" SPName="SP2" BulletinID="MS12-070"/>

</AffectedProductSPs>

</DL>

</Patch>

</Products>

</PatchInformation>

 

 

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

  lf - load file

  stt - System Tag

  stn - Start Name

  stm - Self Terminate

  stg - Start Tag

  sta - Start Attribute

  osd - Outside SDQ

  obt - Open Bracket

  isq - Is SQ

  idq - Is DQ

  etg - End Tag

  edn - End Name

  eat - End Attribute

  cmt - Comment

  cbt - Close Bracket

  btw - Between

  bsq - Between SQ

  beq - Before EQ

  bdq - Between DQ

  afz - Any Flags Zero

  afs - Any Flags Set

  aeq - After EQ