PreviousXMLNode()

Syntax

Result = PreviousXMLNode(Node)
Description
Returns the previous XML node from the given one (inside their parent node).

Parameters

Node The XML node to use.

Return value

The node before the specified node or zero if the given node was the first child of its parent.

See Also

NextXMLNode()

Supported OS

All

<- ParseXML() - XML Index - RemoveXMLAttribute() ->