[flexcoders] Re: XML object ?xml version=1.0 ? line

2008-10-14 Thread diehlryan
Same result, nothing shows up. var xml:XML = new XML(?xml version='1.0'?result/result); Output is result/

Re: [flexcoders] Re: XML object ?xml version=1.0 ? line

2008-10-14 Thread Maciek Sakrejda
Have you tried setting XML.ignoreProcessingInstructions = false ? I haven't tried this, but it seems like this could have an effect... -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com On Tue, 2008-10-14 at 18:47 +, diehlryan wrote: Same result, nothing shows up. var xml:XML =

RE: [flexcoders] Re: XML object ?xml version=1.0 ? line

2008-10-14 Thread Tracy Spratt
: Tuesday, October 14, 2008 2:47 PM To: flexcoders@yahoogroups.com 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/