Question
How to insert carriage returns into <cfpdfform> XML?
I'm populating a pdf using <cfpdfform> and action="populate" and XMLData="<filename>"
My carriage returns are not making it into multi-line PDF fields, jumbling their appearance.
How should carriage returns be transformed?
I've attempted wrapping the data in <![CDATA{ ... ]]>, but no difference.
I've attempted \n and \r and <br> (that was a mistake!).
Nothing has worked.
Any ideas?
Thanks.
