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

Gets the first child tag item. This method is similar to the xmlitem.getchild method; however, if the child item is not a tag item, in this case, the tag item that comes first is searched through the child items.

method xmlitem xmlitem.getchildtag()

Return value

Returns the child tag item or zero, if the item does not contain any child tag items.

Related links

Source