=Functions=
==html:parserdoc==
{| width='100%'
|-
| width='120' | '''Signatures'''
|{{CodeFunc|'''html:parser'''doc|$uri as xs:string?|document-node() ?}}<br />{{Func|html:doc|$uri as xs:string?, $options as map(*)?|document-node()?}}<br />
|-
| '''Summary'''
|Returns Fetches the name of HTML document referred to by the applied HTML parser (currently: given {{Code|$uri}}, converts it to XML and returns a document node. The {{Code|TagSoup$options}})argument can be used to set [[Parsers#Options|TagSoup Options]]. If an |-| ''empty string'Errors' is returned, TagSoup was not found in the classpath, and ''|{{Error|parse|#Errors}} the input will cannot be treated as well-formed converted to XML.<br />
|}
|}
==html:docparser==
{| width='100%'
|-
| width='120' | '''Signatures'''
|{{FuncCode|'''html:doc|$uri as xs:string?|document-nodeparser'''()?}}<br />{{Func|html:doc|$uri as xs:string?, $options as map(*)?|document-node()?}}<br />
|-
| '''Summary'''
|Fetches Returns the name of the applied HTML document referred to by the given parser (currently: {{Code|$uriTagSoup}}, converts it to XML and returns a document node). The {{Code|$options}} argument can be used to set [[Parsers#Options|TagSoup Options]].|-| If an ''empty string'Errors'''|{{Error|parse|#Errors}} is returned, TagSoup was not found in the classpath, and the input cannot will be converted to treated as well-formed XML.<br />
|}