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.findtag

Search for a tag item by the name. Searches through the XML tree for a tag item with the specified name. The item is searched recursively through all child items.

method xmlitem xmlitem.findtag (
   str name
)

Parameters

name Name of the required tag.

Return value

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

Related links

Source