Gentee Programming Language > Documentation > Libraries Download documentation

xmlitem.chtag

Searches through the XML tree for a tag item with the help of the specified "path". A "path" consists of tag names separated by the '/' character, if the first character in a path is the '/' character, the item search begins from the tree root; otherwise - from the current item.
 
xmlitem xmlitem.chtag(
      str   path
)

Parameters

pathPath of the item.

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.