I'm really new to xml---

Where exactly are you doing this "cleaning"?


>> An invalid XML character (Unicode: 0x1c) was found in the CDATA section.
>
>Here is a regex I use to "clean" my xml of any funky characters:
><cfset newxml = rereplace(oldxml, "[\x00-\x1f]", " ", "All")>
>
>Then you should probably still CDATA newxml to escape the regular bad xml 
>characters.
>
>-- Josh

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274718
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to