Question

Anything one should watch out for when using CF8's CFFEED tag?

Oh, here's a list...

Was it helpful?

Solution

// remove anything outside of explicit hex range (x20-x7F=standard chars,xA=carriage return,xD=line feed)    
reReplace(rssXml,"[^(!\x20-\x7F|\xA|\xD)]","","all")

Source: CFFEED - You have failed me for the last time. : Raymond Camden's ColdFusion Blog , in a comment posted By Nicholas

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top