EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

XML description

A brief description of XML library. Variables of either the xml and the xmlitem type (an XML tree item) are used for processing XML documents. An XML tree item can be of two types: a text item and a tag item. There are several types of tag items:

  • tag item that contains other items <tag ...>.....</tag>;
  • tag item that contains no other items <tag .../>;
  • tag item of processing instruction <?tag ...?>.

A tag item may contain attributes.

The sequence of operations for processing an XML document:

Related links

Source