XML_ChildNodes
%XML_ChildNodes function
Function
The function returns a list of lineal children of the XML element.
Declaration
INT %XML_ChildNodes(
INT in node
)Parameters
node | Handle to parent XML node. |
Return value
Handle to a list of XML nodes.
Description
The function returns the handle to a list of lineal children of the XML element.
Example
INT _listChildNodes
_listChildNodes := %XML_ChildNodes(_el)