> XMLFormat only replaces a handful of special characters That's because XML only has 5 entities, nothing more, anything else is allowed
> and because my data is mostly blocks of text, > I get a lot of funky Word special quotation marks and apostrophes. You could try to sanitize inputs, this could be a starting point: http://www.cfmentor.com/code/index.cfm?action=script&id=180 If you want to get rid of all Word's weird chars you could try this UDF: http://www.cflib.org/udf.cfm?ID=725 ---------------------------- Massimo Foti DW tools: http://www.massimocorner.com CF tools: http://www.olimpo.ch/tmt/ ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185960 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

