> I fail to see why?! I mentioned that you could parse your code with CFXML if it was XML compliant. You'd have to do something with your HTML, but it could work. I'm not saying that parsing your CF code into an XML document will solve all the problems in the world, but there's some cool stuff you could do with it, such as a code view type app, or a better search and replace app.
The search and replace app could be really cool. You could specify that you want to replace an attribute of tag X that's nested inside of tag Y, etc... That's not nearly as easy if your code isn't XML compliant. Another reason to code your CF with XML compliance is that it gets you in a good habit. If you code your HTML in XHTML, but don't code your CF with XML compliance, then your code just looks weird in my opinion. It's the same reason why coding web apps in ASP or PHP looks weird. You combine HTML and script in the same piece of code and it looks... well... weird. Granted, XHTML to HTML is not as extreme, but every little bit counts. <g> Maybe I just like pretty code too much. Ben Johnson ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

