I was having an issue where Flex was sending me data with only \r in it, and 
after it came back out of the database, I was sending it back with Cold Fusion 
and applying XMLFormat() to the string before returning it to Flex. XMLFormat() 
clears out \r, but apparently doesn't clear out \n. I found that using 
<![CDATA[  fixed the problem.

Question: Is using <![CDATA[ around our CF variables when outputting XML an 
alternative to using XMLFormat?

Thanks,

Ariel



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281438
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