Tools to build element trees from HTML, using the external tidy utility.
Get document body from a an HTML or HTML-like file. This function uses the tidy function to convert HTML to XHTML, and cleans up the resulting XML tree.
Same as getbody, but turns plain text at the start of the document into an H1 tag. This function can be used to parse zone documents.
Convert an HTML or HTML-like file to XHTML, using the tidy command line utility.