When verifying the dumped text throughout the process, you're looking at the "view source" version, and not the one that's rendered by the browser, right?
:Den -- The soul which has no fixed purpose in life is lost; to be everywhere, is to be nowhere. Michel de Montaigne On Tue, Sep 7, 2010 at 10:55 AM, Jake Munson wrote: > >>As far as I know, CF will not encode HTML unless you tell it to. Are >>you 100% sure you aren't using htmlEditFormat on the data? > > I have traced the XML value from start to end, and it appears that the place > where the HTML is being converted is when I write the XML to disk. I am > dumping the XML to the page all throughout the process, and it looks correct > all the way until I write it to the file. Before the file write the XML has > the plain HTML, but once written to the file the HTML is converted to entity > characters. To write the XML to file I am using cffile and then for the > output I use toString() on the xml object. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336860 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

