|  XmlGetChildCount
 intCount := XmlGetChildCount xmlNode Returns the number of children of the node, or the number of children with the specified node name. | Sample Source intCount :=XmlGetChild xmlNode As strNodeName | 
 Related Function(s):XmlGetChild; XmlGetNextSibling; XmlGetParent; XmlGetPreviousSibling;
 Minimum version: v. 5.1 build 20070824
 
 |