ChildXMLNode()

Syntax

Result = ChildXMLNode(Node [, Index])
Description
Returns a child node of the given XML node.

Parameters

Node The XML node to get the child.
Index (optional) The index of the child node. The first index starts from 1. If omitted, the first node is returned.

Return value

The requested child node or zero if there are no children or index is out of range.

See Also

ParentXMLNode()

Supported OS

All

<- CatchXML() - XML Index - ComposeXML() ->