Sorry about the previous message - I'm using the archives and I forgot to quote the previous message.
>> The .cfm files had an xml prolog - <?xml version="1.0" >> encoding="iso-8859-1"?>. > Yes, that prolog is "Part" of what makes an xml document valid. > I dont think DWMX puts that in any file, unless you tell it > to create an xml file. Joe, If you specify "make this document xhtml compliant", it does. Sorry, I should have said, "Dreamweaver puts it in my default when creating an xhtml file". the prolog is the first thing I normally take out because it puts IE6 into quirks mode, but for this site we wanted to use a DHTML menu that needed quirks mode to work properly so I put it back. Big mistake - I put an empty comment in there to get the same effect. Kay. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

