Function XMLGetParent() Professional
Get parent of XML tag.
XMLGetParent( <nTagHandle> ) --> nChildHandle|NIL
Returns the numeric handle of the parent tag or NIL if <nTagHandle> doesn't have a parent tag.
This function is used to retrieve the parent tag of an XML tag. Every tag has only one parent, except the document root tag which has no parent tag.
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.