It seems that the only way to use the full functionality of E4X with
namespaced XML is by using this method:

namespace foo = "http://site.com/BackOffice/DoSearch";;
use namespace foo;

Unfortunately, that method must be constructed exactly like that- with
a static string. You cannot even point it to a constant like
MyAppClass.SEARCH_NAMESPACE, which is fairly disappointing. I suppose
the namespaces your app uses aren't something that will change very
often but it still seems like this is a shortcoming of the
implementation of E4X. I feel like I am being punished for using XML
that contains namespaces, as it is so crippled in comparison to
namespace-free XML.

Adobe, can you fix this in a future release?

Thanks,
Ben






------------------------ Yahoo! Groups Sponsor --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to