in

ASP.NET Weblogs

S. Srinivasa Sivakumar's Blog World

My World! My Passion!

ASP.NET 1.1 XHTML Compliance

One of my customers had a question about ASP.NET 1.1 XHTML compliance. I started doing research and found out that ASP.NET 1.1 is not fully compliant with XHTML 1.0. People were using different techniques to fix this problem. Here is some useful URL’s.

Finally Scott Gu says ASP.NET 2.0 would be XHTML 1.1 compliant.

Comments

 

TrackBack said:

^_^,Pretty Good!
April 9, 2005 8:34 PM
 

Shaun said:

I recently set myself the task of making the ecommerce site for the company I work for XHTML 1.1 compliant. I discovered that once you set the compatibility mode in the web.config to 1.0 strict, it was only a short hop up to 1.1, until I hit a snag.

When using web forms, .net automatically inserts the name of the form in the form tag which messes up 1.1. Fortunately I discovered this article and was able to remove the offending name attribute aspnetresources.com/.../HttpFilters.aspx

I'm not sure how many asp.net 2.0 XHTML 1.1 compliant sites there will be out there, but I doubt whether it will be many http:/www.click2qnet.com

June 21, 2007 7:35 AM

Leave a Comment

(required)  
(optional)
(required)  
Add