Also, I've discovered something interesting.  In the XML Document, if
I provide a namespace prefix, i.e., xmlns:com="http://..."; then it all
works as expected.  So then my question becomes more about how to get
the default namespace, not prefixed with an alias, to become visible
to e4x.  

Thanks,
Todd


--- In flexcoders@yahoogroups.com, "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
>


Reply via email to