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 +0000, diehlryan wrote: > Same result, nothing shows up. > > var xml:XML = new XML("<?xml version='1.0'?><result></result>"); > > Output is > <result/> > > > > >

