Can you supply us with the error you are receiving? -----Original Message----- From: Web Exp [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 5:01 PM To: CF-Talk Subject: Re: XML Parse
Well... I don't want to convert this string to a CF struct. I know I can do that using cfwddx. In this case I simply want to convert the string into an XML object. The string again is: <wddxPacket version='1.0'><header/><data><struct><var name='STATUS'><string>0</string></var></struct&g t;</data></wddxPacket> Any ideas anyone? On 10/9/07, Rich <[EMAIL PROTECTED]> wrote: > > i am accessing an external API that returns me the following string: > > > > <wddxPacket > > version='1.0'><header/><data><struct><var > > name='STATUS'><string>0</string></var></struct&g t; > > </data></wddxPacket> > > > > my question is how can i parse the above so that I get an XML object > > in coldfusion. > > I tried using XMLParse on this string, but that caused an error. > > It appears to be a WDDX packet that is being returned. Check out the CFWDDX > tag. http://livedocs.adobe.com/coldfusion/7/htmldocs/00001523.htm > > HTH, > Rich > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290702 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

