Re: Embed an XML document into another?

2006-10-12 Thread Jon Gunnip
Craig, You can't just merge two XML documents together in CF the way you are doing it. Spike has an excellent explanation here: http://www.spike.org.uk/blog/index.cfm?do=blog.catcatid=8245E3A4-D565-E33F-39BC6E864D6B5DAA. One simple approach you can take is to turn both the XML documents into

Embed an XML document into another?

2006-10-11 Thread Craig Drabik
I have an application that kicks around data about an event from function to function in an XML document. If I have an error I'm trapping with try/catch, I want to use wddx to serialize the cfcatch struct, parse it to XML, and embed it in the error element in my event XML. if I try: cfwddx