[flexcoders] Re: XML with namespaces & HTTPService

2006-06-27 Thread klumikaze
http://www.darronschall.com/weblog/archives/000223.cfm That will solve all of your issues. I just had the same problem. :) Hope it helps... Brian --- In flexcoders@yahoogroups.com, "iloirdnam" <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm trying to navigate the following XML source ins AS3: >

[flexcoders] Re: XML with namespaces & HTTPService

2006-06-27 Thread ben.clinkinbeard
This link may be helpful http://groups.yahoo.com/group/flexcoders/message/39090?threaded=1&var=1&p=24 I have gone through fits using default namespaces in AS3. If you can avoid them I would. If not, hopefully that thread will help; I found QName objects to be the most convenient in most instances.