« The XMP Trick | Main | XQuery Makes an Impact »

October 01, 2006

Comments

Adam Retter

This can also be done in XQuery using the eXist Open Source Native XML Database.

Instead of xdmp:http-get() you can use html:doc() and you do not need xdmp:tidy() as html:doc() will tidy the HTML into a suitable XML form automagically.

Adam Retter

html extension module has been replaces by the httpclient extension module. You should now use httpclient:get() instead of html:doc() - tidying of html content is still performed automagically

The comments to this entry are closed.