Function XMLGetChildren() Professional

Get array of children of an XML tag.

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

Returns an array of child handles matching the name specified as second parameter, or NIL if no child with the given name exists.

Description

This function is used to retrieve all child tags having the tag name specified with the second parameter.

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.