This article describes the formula syntax of the XML.DOCUMENT.ROOT function.
Return pointers to the root node of a XML document.
XML.DOCUMENT.ROOT(doc)
doc is a handle returned by \XML.DOCUMENT.
Every well-formed XML document has a root node. This is it.