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 <
