>Here's a long shot - revert back to cfhttp and try writing to file >before parsing (clearly horrid but may be it'll work):
No, not sure why but that didn't test out. Looked good at first, but I started receiving the original error again on several posts. <sigh> It looks like what is suggested here: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/funca125.htm#wp4280051 I tried this next bit of code, but it was telling me that the file wasn't found on the cffile(read). I dunno why cause I could go to it. It looks like I'm referencing it correctly: <cfhttp url="#the_id_post#" resolveurl="no" timeout="120" /> <cffile action="write" file="#ExpandPath('temp.xml')#" output="#cfhttp.filecontent#" /> <cffile action="read" file="#ExpandPath('tmp.xml')#" variable="XMLFileText"> <cfset parsed = XmlParse(XMLFileText) /> Maybe I can clean up the text somehow. Is it that the file isn't read in as utf-8? daniel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316340 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

