Function XMLGetChildren() Professional
Get array of children of an XML tag.
XMLGetChildren( <nTagHandle>, <cChildTagName> ) --> aChildHandles|NIL
Returns an array of child handles matching the name specified as second parameter, or NIL if no child with the given name exists.
This function is used to retrieve all child tags having the tag name specified with the second parameter.
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.