Function XMLGetParent() Professional

Get parent of XML tag.

Syntax
XMLGetParent( <nTagHandle> )  --> nChildHandle|NIL
Parameters
<nTagHandle>
Numeric handle for the XML tag.
Return

Returns the numeric handle of the parent tag or NIL if <nTagHandle> doesn't have a parent tag.

Description

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.

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.