XmlGetNextSiblingXmlGetNextSibling 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, -1 on error. Sample SourceXmlGetNextSibling xmlNode As "name" From xmlSiblingNode |
Related Function(s): XmlGetChild; XmlGetChildCount; XmlGetParent; XmlGetPreviousSibling; Minimum version: v. 5.1 build 20070824
|