Gentee Programming Language > Documentation > Libraries Download documentation

xmlitem.findtag

Searches through the XML tree for a tag item with the specified name. The item is searched recursively through all child items.
 
xmlitem xmlitem.findtag(
      str   name
)

Parameters

nameName of the required tag.

Return value

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

See also

    XML file processing


 Copyright © 2004-2006 Gentee Inc. All rights reserved.