XML.NODE.NEXT.ELEMENT function

This article describes the formula syntax of the XML.NODE.NEXT.ELEMENT function.

Description

Return the next XML node element.

Syntax

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()).