EnglishРусский  

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

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

Edit