XMLNodePath()

Syntax

Result$ = XMLNodePath(*Node [, *ParentNode])
Description
Returns a string representing the relation between *Node and *ParentNode. If *ParentNode is specified, it must be a parent or grandparent of *Node. If it is not specified, the root node of the tree is used.

See XMLNodeFromPath() for a description of the returned path string.

Supported OS

All

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