How do i reference an attribute of an XML that has prefixes for an attribute of MX XML?
For example, my response is something like this... <root xmlns="http://www.w3.org/1999/xhtml" xmlns:a="http://www.SomeDomain.com/a"> <a:tree a:id="root" a:label="Root"> <a:tree a:id="child_1" a:label="Child #1" /> <a:tree a:id="child_2" a:label="Child #2" /> <a:tree a:id="child_3" a:label="Child #3" /> I want to use 'a:label' as labelField on my Tree object. I did not find a way to do this. Any ideas? I added this prefix to my dataProvider XML object. Sathish Pottavathini -- 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/

