\XML.DOCUMENT function

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

Description

Return handle to a XML document.

Syntax

\XML.DOCUMENT(view, _url, _encoding, _options)

view is a handle to a memory view
_url is an optional URL.
_encoding is an optional encoding.
_options are optional options from the XML_PARSE_* enumeration.

Load and parse view for a XML document.