XHTML 1.0 Strict, is there a tool that can refactor HTML?
- by GenEric35
I have a Asp.net web application running with the following config setting.
<xhtmlConformance mode="Legacy"/>
This limits use of AJAX and compatibility with multiple browser.
If my understanding is correct, the HTML code of the aspx pages need to be fixed to comply with XHTML 1.0 Strict.
There are alot of HTML pages, ~1000, is there a tool that could speed up this process?