XML.DOCUMENT.ROOT function

This article describes the formula syntax of the XML.DOCUMENT.ROOT function.

Description

Return pointers to the root node of a XML document.

Syntax

XML.DOCUMENT.ROOT(doc)

doc is a handle returned by \XML.DOCUMENT.

Every well-formed XML document has a root node. This is it.