XML.NODE.SIBLINGS function

This article describes the formula syntax of the XML.NODE.SIBLINGS function.

Description

Return following sibling of a XML node.

Syntax

XML.NODE.SIBLINGS(node)

node is a handle to a XML node.

//Return handles to at most _count following siblings of node //starting from _offset.