I think we should add an additional function
declare function html:parse (
$html as xs:string,
$options as element(html-options:options)
) as xs:string external;
which returns the string processed by tidy. The other functions should invoke
this function and call parse-xml on the result. This gives the user a way to
see the result of tidy.
--
https://code.launchpad.net/~zorba-coders/zorba/fix_html_module/+merge/106814
Your team Zorba Coders is subscribed to branch lp:zorba/data-converters-module.
--
Mailing list: https://launchpad.net/~zorba-coders
Post to : [email protected]
Unsubscribe : https://launchpad.net/~zorba-coders
More help : https://help.launchpad.net/ListHelp