RE: [flexcoders] Changing Root Node attributes

2008-09-08 Thread Tim Rowe
I've just spent the last 8 hours attempting to get an XML document bound to a data provider, and fell into the following gotcha - my problem was that the default xmlns on the document can't be defined. There may be other factors involved here, but what was happening was even though I was passing

Re: [flexcoders] Changing Root Node attributes

2008-09-08 Thread Josh McDonald
Can you not use [new QName(*,nodeName)] to get nodes regardless of namespace in E4X? I haven't tried this, but it makes sense to me. -Josh On Mon, Sep 8, 2008 at 4:15 PM, Tim Rowe [EMAIL PROTECTED] wrote: I've just spent the last 8 hours attempting to get an XML document bound to a data

Re: [flexcoders] Changing Root Node attributes

2008-09-07 Thread Josh McDonald
Have you tried: [EMAIL PROTECTED] = 59; And it didn't work? -Josh On Mon, Sep 8, 2008 at 3:46 PM, Rafael Faria [EMAIL PROTECTED]wrote: Hello All, I need your help again. I make a call and get in return a XML. With this XML, i feed my tree's dataprovider. It is something like this: