J
Jon Davis
Anyone know if there exists a class library that will perform the equivalent
of HTML Tidy but fully managed and callable as a DLL (not as an EXE) ?
Basically I need to take malformatted HTML and convert it to clean XHTML so
that it can be read into an XmlDocument object. Has anyone been able to
accomplish this?
I've asked about this every year for the last three years or so. Nobody
seems to have built such a thing, so I've just been going without. There
are wrappers for HTML Tidy and I have also pondered the idea of wrapping
Internet Explorer, but being as this is going to be hosted on an ASP.NET web
server neither of those options are acceptably scalable.
Jon
of HTML Tidy but fully managed and callable as a DLL (not as an EXE) ?
Basically I need to take malformatted HTML and convert it to clean XHTML so
that it can be read into an XmlDocument object. Has anyone been able to
accomplish this?
I've asked about this every year for the last three years or so. Nobody
seems to have built such a thing, so I've just been going without. There
are wrappers for HTML Tidy and I have also pondered the idea of wrapping
Internet Explorer, but being as this is going to be hosted on an ASP.NET web
server neither of those options are acceptably scalable.
Jon