Function XMLGetChild() Professional
Get child of XML tag.
XMLGetChild( <nTagHandle>, <cChildTagName> ) --> nChildHandle|NIL
Returns the numeric handle of the first child matching the specified name, or NIL if no child with the given name exists.
This function is used to retrieve the first child tag of an XML tag matching the name specified with the second parameter. The XMLGetChildren() function can be used to obtain all child tags having a specific name.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.