Cathy, Whats the link to feedburner? Thanks for the post!
I just got it to work but I dont think its a good solution. I just did a replace all on the special character that was causing the issue then passed the result to XMLParse. -Jim <CFFILE ACTION="READ" FILE="c:\stock.xml" VARIABLE="GotTheStockInfo"> <cfset newXML = Replace(GotTheStockInfo, chr(38), "&", "ALL")> <cfdump var="#newXML#" label="MyStockInfo"> <cfset parsedStockInfo = XMLParse(newXML)> <cfdump var="#parsedStockInfo#" label="MyStockInfo"> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275143 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

