Cffile - reading text file and keeping line breaks
I'm trying to use cffile to read a text document and then add then display the text document contents in a .xml file for an atom feed. Everything is working correctly except it appears that cffile is stripping out the line breaks in the original file so that the contents of the variable that is save no longer has any line breaks. Is there an attribute that I'm missing that will control this behavior or do I need to go about this a different way. Thanks in advance for any insight on this issue.
