Changes

Jump to navigation Jump to search
593 bytes added ,  13:19, 3 April 2020
no edit summary
==html:parse==
 
{| width='100%'
|-
|-
| '''Summary'''
|Converts the HTML document specified by {{Code|$input}} to XML, and returns a document node:<br/>
* The input may either be a string or a binary item (xs:hexBinary, xs:base64Binary).
* If the input is passed on in its binary representation, the HTML parser will try to automatically choose the correct encoding.
The {{Code|$options}} argument can be used to set [[Parsers#Options|TagSoup Options]].
|-
| '''Errors'''
|{{Error|parse|#Errors}} the input cannot be converted to XML.
|}
 
==html:doc==
 
{{Mark|Introduced with BaseX 9.4:}}
 
{| width='100%'
|-
| width='120' | '''Signatures'''
|{{Func|html:doc|$uri as xs:string|document-node()}}<br />{{Func|html:doc|$uri as xs:string, $options as map(*)?|document-node()}}<br />
|-
| '''Summary'''
|Fetches the HTML document referred to by the given {{Code|$uri}}, converts it to XML and returns a document node. The {{Code|$options}} argument can be used to set [[Parsers#Options|TagSoup Options]].
|-
| '''Errors'''
=Changelog=
 
;Version 9.4
 
* Added: [[#html:doc|html:doc]]
;Version 9.0
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu