ParentXMLNode()
Syntax
Result = ParentXMLNode(Node)Description
Returns the parent node of the given XML node. Every XML node has a parent, except the root node.
Parameters
Node The XML node to get the parent.
Return value
The parent node or zero if 'Node' was the root node.
See Also
ChildXMLNode(), RootXMLNode()
Supported OS
All