[flexcoders] Re: Problem reading XML returned from Webservice

2009-06-02 Thread Claudio M. E. Bastos Iorio
Thanks for your response. It seems like my problem is that my xml code is using the xmlns='http://mydomainname.com/' every time and this is included in the xml definition. I tried: var ns:Namespace = new Namespace(bs); myXML.setNamespace(ns); trace(myXML.namespace()); //returns bs, ok. But: //I

Re: [flexcoders] Re: Problem reading XML returned from Webservice

2009-06-02 Thread Manish Jethani
On Tue, Jun 2, 2009 at 12:15 PM, Claudio M. E. Bastos Iorio selecter...@gmail.com wrote: trace(Name:   + myXML..Fund[0].Name); //A term is undefined and has no properties Okay, I'm no expert in E4X, but apparently you have to qualify with a namespace if you're using the .. notation. So this