Are there any good methods for getting ASP.NET to valid under the XHTML strict DTD? I'm interested to hear some ideas before I hack up the core of the HTTP response.
One major problem of the major problems is the form tag itself, this is the output I got from W3C when I tried to validate:
Line 13, Column 11: there is no attribute "name".
<form name="aspnetForm" method="post" action="Default.aspx" onsubmit="javascript
That tag is very fundimental to ASP.NET, as you all know. Hmmmm.