|  XmlGetPreviousSibling
 XmlGetNextSibling xmlNode From xmlSiblingNode Returns the next sibling of the specified node in the dom. Or next sibling with name. Returns 1 on found, 0 on root node, and -1 on error.  | Sample Source XmlGetNextSibling xmlNode From xmlSiblingNode | 
 Related Function(s):XmlGetChild; XmlGetChildCount; XmlGetNextSibling; XmlGetParent;
 Minimum version: v. 5.1 build 20070824
 
 |