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.

xmlitem.chtag

Gets a tag item with the help of a "path". Searches through the XML tree for a tag item with the help of the specified "path". A "path" consists of tag names separated by the '/' character, if the first character in a path is the '/' character, the item search begins from the tree root; otherwise - from the current item.

method xmlitem xmlitem.chtag (
   str path
)

Parameters

path Path of the item.

Return value

Returns the item obtained or zero, if no item has been found.

Related links

Source