Is Namespace only in Flex 3 SDK? (I'm using 2.01).
--- In [email protected], "fourctv" <[EMAIL PROTECTED]> wrote: > > try this: > > var xml:XML = new XML(inputXML.text); // get the xml > var ns:Namespace = xml.namespace(); // extract the default namespace > trace('folder13:',xml..ns::folder.(id ==13)); // use it in the E4X expression > > hth > julio >

