Hmm, don't know then, will post if I see anything.
And by the way do not use "new" with XML(). XML() is not really a constructor, it is a top-level function. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of diehlryan Sent: Tuesday, October 14, 2008 2:47 PM To: [email protected] Subject: [flexcoders] Re: XML object <?xml version="1.0" ?> line Same result, nothing shows up. var xml:XML = new XML("<?xml version='1.0'?><result></result>"); Output is <result/>

