> 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.
I think that the valid character entity you want is "'", not "&APOS;". XML is case-sensitive. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228502 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

