XMLNodePath()

Syntax

Result$ = XMLNodePath(Node [, ParentNode])
Description
Returns a string representing the relation between Node and ParentNode.

Parameters

Node The XML node to get the path.
ParentNode (optional) It has to be a parent or grandparent of 'Node'. If omitted, the root node of the tree is used.

Return value

A string representing the relation between 'Node' and 'ParentNode'. See XMLNodeFromPath() for a description of the returned path string.

See Also

XMLNodeFromPath()

Supported OS

All

<- XMLNodeFromPath() - XML Index - XMLNodeType() ->