Function XMLGetChild() Professional

Get child of XML tag.

Syntax
XMLGetChild( <nTagHandle>, <cChildTagName> ) --> nChildHandle|NIL
Parameters
<nTagHandle>
Numeric handle for the XML tag.
<cChildTagName>
The tag name of the child to search.
Return

Returns the numeric handle of the first child matching the specified name, or NIL if no child with the given name exists.

Description

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.

Feedback

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.