its being returned from .net/sharepoint, here's the output <string xmlns="http://tempuri.org/"><photos><item><![CDATA[ http://www.somedomain.com/photos/jvc_1205424535bernard2.jpg]]></item><item><![CDATA[http://www.somedomain.com/photos/jvc_1205424535bernard3.jpg]]></item></photos> </string>
On Sun, Mar 16, 2008 at 5:17 AM, Muzak <[EMAIL PROTECTED]> wrote: > What does this output? > > var data:XML = new XML(evt.currentTarget.data); > trace(data.toXMLString()); > > Are you loading an xml file or xml data returned from a script file (php, > asp, cf, etc..)? > > regards, > Muzak > > ----- Original Message ----- > From: "Jason Van Cleave" <[EMAIL PROTECTED]> > To: "Flash Coders List" <[email protected]> > Sent: Sunday, March 16, 2008 9:10 AM > Subject: Re: [Flashcoders] AS3 XML Namespaces Hell > > > >I think I have some other things that are tripping it up. Looking in the > > debugger my event.target.data is coming in partially unescaped > > > > <?xml version="1.0" encoding="utf-8"?> > > <string xmlns="http://tempuri.org/ > > "><photos><item><![CDATA[http://.... > > > > > > > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

