This article describes the formula syntax of the XML.NODE.NEXT.ELEMENT function.
Return the next XML node element.
XML.NODE.NEXT.ELEMENT(node)
node is a handle to a XML node.
This function is
equivalent to XML.NODE.NEXT(node, XML_ELEMENT_NODE())
.