← Back to team overview

zorba-coders team mailing list archive

Re: [Merge] lp:~zorba-coders/zorba/fix_html_module into lp:zorba/data-converters-module

 

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.


References