Skip to main content
Inspiring
April 7, 2008
Question

Apostrophe help

  • April 7, 2008
  • 1 reply
  • 262 views
I have a cold fusion program that exports/imports records in an Oracle DB with XML. It's converting from CF to XML in the import, then back to CF in the export. My problem is that when it is converted back to CF, the apostrophe's turn into double quotes. I've narrowed it down to being the import process because the actual XML file is correct, so I know it doesn't change it when going to XML. Has anyone every encountered this problem?? I know code would be helpful to better explain, but unless I type it all out, I can't get it on here. Thanks - any help would be appreciated!
This topic has been closed for replies.

1 reply

creeloveAuthor
Inspiring
April 7, 2008
Never mind - I figured it out. It was a simple fix, I was way over thinking it. I just added the perservesinglequotes function - and it worked just fine.