ParseHTML-Altova
parse-html(HTMLText as xs:string) as node() XP3.1 XQ3.1 The HTMLText argument is a string that contains the text of an HTML document. The function creates an HTML tree from the string. The submitted string may or may not contain the HTML element. In either case, the root element of the tree is an element named HTML. It is best to make sure that the HTML code in the submitted string is valid HTML.
|