NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



XmlGetChild

XmlGetChild xmlNode As strChildName [,intChildIndex] From xmlParent

Returns the child node of the specified parent node in xmlNode by name or by index - returns 1 on found, 0 on not found, -1 on error. All indexes are 1 based.

Sample Source

XmlGetChild xmlNode As intChildIndex From xmlParent

Related Function(s):
   XmlGetChildCount; XmlGetNextSibling; XmlGetParent; XmlGetPreviousSibling;

Minimum version: v. 5.1 build 20070824