Monday, April 30, 2007 4:11 AM dbottjer

XHTMLConformance

<xhtmlConformance mode="" /> is new to ASP.NET 2.0 and can be added to the Web.Config to specify the XHTML rendering mode for an ASP.NET Application.  Mode can be set to Legacy, Transitional, or Strict.  Using the Legacy mode is not recommended if your site uses AJAX.  I found setting the mode to transitional particularly useful when trying to persuade DotNetNuke 4.x to output XHTML Transitional Compliant Markup.

Filed under: ,

Comments

# re: XHTMLConformance

Tuesday, May 01, 2007 10:59 AM by royashbrook

that is the sweetness.