\HTML.DOCUMENT function

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

Description

Return handle to a HTML/XML document.

Syntax

\HTML.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 HTML/XML document. All XML.* and XPATH.* functions can be used with the handle returned by this function.