If anyone is interested, I have done the same thing using another method. Instead of relying on text search and replace, you can just create your own HTMLTextWriter. I use XHTMLTextWriter when I want to write XHTML, and the standard when I don't. It's a wee bit more robust that way, perhaps even faster. If anyone's interested in altering .NET this way, just email me directly.
Cheers! Ryan Nichols Graphic Design / Web Development Matrixwebs.com 1.800.711.2829 18330 Sutter Blvd. Morgan Hill, CA 95037 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gianfranco Todini Sent: Monday, October 11, 2004 5:59 AM To: [EMAIL PROTECTED] Subject: RE: [WSG] FYI: article on making your ASP.NET pages XHTML valid I'm that developer, as I didn't know about it, very interesting!!! In fact with our cms we make sites html 4.01 compliant but with the transitional schema because of dot.net viewstate and things like that...but with it we can reconsider an XHML approach for new clients!! Cheers Barry! -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Barry Beattie Sent: 11 October 2004 08:37 To: [EMAIL PROTECTED] Subject: [WSG] FYI: article on making your ASP.NET pages XHTML valid there's probably only 10 ASP.NET developers on list that this might apply to and probably 9 that have already read this - but just in case you're the one that missed out this (updated) article might be of some help "A C# class to make your ASP.NET pages XHTML valid" http://www.codeproject.com/aspnet/ASPNET2XHTML.asp cheers Barry Beattie CF Web Developer Alpha Business Systems [EMAIL PROTECTED] Ph: +61 07 3216 0999 Unit 1, 31 Thompson Street Bowen Hills QLD 4006 www.alphabus.com.au ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ****************************************************** ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ****************************************************** ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
