I seem to remember XML choking on the ampersand unless its within a CDATA block?
-----Original Message----- From: Rob Sherman [mailto:[EMAIL PROTECTED] Sent: 05 January 2006 16:20 To: CF-Talk Subject: Reference to undefined entity "&APOS;". Hi, I'm running CFMX 6.1 (Standard) updater 1. I have some lengthy code that builds a valid XML structure, and even use XMLFormat() on text that I think might choke the process, but when <CFMXL> tries to make it into a DOM it chokes with the above error: XmlProcessException: Reference to undefined entity "&APOS;". I know &APOS; isn't in HTML, but is valid for XML, but I've even tried stripping out any ' characters I can find replacing them with ' as a possible workaround. Any ideas? Sincerely, Rob ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228486 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

