XHTML 1.0 Strict, is there a tool that can refactor HTML?

Posted by GenEric35 on Stack Overflow See other posts from Stack Overflow or by GenEric35
Published on 2010-05-26T13:07:42Z Indexed on 2010/05/26 13:11 UTC
Read the original article Hit count: 239

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?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about html