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

Gets a text of the current item in the XML tree. This method is applied either to a text item or a tag item, in the latter case, the text is obtained from the child text item.

method str xmlitem.gettext (
   str result
)

Parameters

result Result string.

Return value

Returns the string that contains the text of the item. If no text has been found, it returns an empty string.

Related links

Source