I guess I'm thinking if you can cfdump it you should be able to cfwddx it.
It should be a fairly simple task to allow XML to be serialized to wddx Convert it to a String <xmldata encoding=whatever>WDDXString</xmldata> and stick it in. On the way out string into XML ...there we go.... So should a post it as a bug ? Justin -----Original Message----- From: Rich Wild [mailto:[EMAIL PROTECTED] Sent: 27 March 2003 15:32 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is this reported bug > Because it there :-) heh! Hackers unite! > Would you guys _EXPECT_IT_ to work or not work ?? well, I can't find *any* documentation about xml vars and cfwddx but put it this way, seeing as xml vars are new in mx I would be very pleasantly surprised if it did work... > -----Original Message----- > From: Justin MacCarthy [mailto:[EMAIL PROTECTED] > Sent: 27 March 2003 15:27 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] RE: [notspam] RE: [ cf-dev ] Is this reported > bug > > > > 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? > > Because it there :-) > > Well I have a settings xml - some other application vars that I was > presisting in a wddx packet. I can code around to - use toString() for > example, but it should documented (or fixed). > > Would you guys _EXPECT_IT_ to work or not work ?? > > Justin > > > > > -----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] -- ** 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]
