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
)
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 |