ChildXMLNode()
Syntax
*Result = ChildXMLNode(*Node [, Index])Description
Returns a pointer to a child node of the given XML node. If 'Index' is not given the first node is returned, else index specifies the one based index of the node to return.
Return value
Returns the node pointer for the requested child node or 0 if there are no children or index is to high.
Supported OS
All