I'm not sure if wddx can serialise another xml document, I don't know. As an aside, why would you want to do this?
> -----Original Message----- > From: Justin MacCarthy [mailto:[EMAIL PROTECTED] > Sent: 27 March 2003 14:52 > To: [EMAIL PROTECTED] > Subject: [ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is this reported bug > > > yeap.. > > ColdFusion Server Developer 6,0,0,58500 > > Justin > > -----Original Message----- > From: Robertson-Ravo, Neil (RX) > [mailto:[EMAIL PROTECTED] > Sent: 27 March 2003 14:45 > To: '[EMAIL PROTECTED]' > Subject: [notspam] RE: [ cf-dev ] Is this reported bug > > > There were numerous WDDX bugs in MX which were fixed with the 3rd MS > updater... > > Have you installed the 3rd release? > > > > > > > > > > -----Original Message----- > >From: Justin MacCarthy [mailto:[EMAIL PROTECTED] > Sent: 27 March 2003 14:48 > To: Cfuk > Subject: [ cf-dev ] Is this reported bug > > > > Hi, is this a reported bug???? > > Using <cfwddx > on a XML packet causes error :: > > Exception during WDDX operation. > coldfusion.wddx.BeanSerializer$IllegalPropertyAccessException: > Error reading > property for coldfusion.xml.XmlNodeList.node.. > > example code : > > <cfxml variable="exampleXML"> > <a> > <b> > <c> > </c> > </b> > </a> > </cfxml> > > <cfoutput>Is this a XML Document:#IsXmlDoc(exampleXML)#</cfoutput> > <cfwddx action="cfml2wddx" input=#exampleXML# output="a" /> > > > Thanks Justin > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > For human help, e-mail: [EMAIL PROTECTED] > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > For human help, e-mail: [EMAIL PROTECTED] > > > > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > For human help, e-mail: [EMAIL PROTECTED] > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
