Hi Ian,
there's a big list of conversion tools at http://www.xmlsoftware.com/convert/.
Tidy (http://tidy.sourceforge.net) seems to be the standard HTML->XHTML tool.
I don't know of any packaged Python tool that does this, but there's probably
something in the Zope Page Templates code.
Tavi
Does anyone know of a good HTML->XHTML conversion tool? I want to get
documents in a good canonical format for use with xmldiff. A python
library would be perfect, of course, but a command-line program would be
fine too. Is this part of one of the XML packages?
Thanks,
Ian
___