> I've got an issue. I've got a Flash app (I'm not the developer of the > app, but working closely with him) that reads an XML file from the file > system, modifies it, and posts to my CF page, which does some work > (basically updating the DB) and writes out a new XML file and then goes > back to the Flash app. page. > > My CF page writes out the data with CDATA tags in the appropriate areas. > > When my XML file has "illegal" XML characters going into the Flash app, > on the post back out I get a 500 NULL error. If I type the "illegal" > characters into the Flash app and write it out, all is well. To be > further confusing, I've captured the XML that is being posted on the 500 > NULL page, copied into a text file, and had CF read it and try to parse > it, and you guessed it, no errors.
When you save the text file, what encoding do you use? When you submit the form data, what encoding do you use? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more informati ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324040 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

