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" <flashcoders@chattyfig.figleaf.com>
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/
">&lt;photos&gt;&lt;item&gt;&lt;![CDATA[http://....




_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to