[flexcoders] Re: e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread xitij2000
i performed a similar operation by doing: rootXML.group.(name.text().toLowerCase()==fredname.text().toLowerCase()==bob) the toLowerCase is just because i needed case insensitivity... --- In flexcoders@yahoogroups.com, Daniel Freiman [EMAIL PROTECTED] wrote: try this:

RE: [flexcoders] Re: e4x problem

2007-05-19 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: e4x problem Hi, the xml that I put in my post is only a section of an rss feed. i didn't want to copy the whole xml feed in the post and didn't relies the the mxml namespace at the top of the document were important. thanks for the explanations

[flexcoders] Re: e4x problem

2007-05-17 Thread Chris Luebcke
Is that the entirety of the XML? What you're referring to as nodes that contain colons are actually elements in a namespace. In the media:thumbnail element, media is the namespace and thumbnail is the node. What's going to cause you a real problem is if your XML doesn't contain a namespace

[flexcoders] Re: e4x problem

2007-05-17 Thread quinrou
Hi, the xml that I put in my post is only a section of an rss feed. i didn't want to copy the whole xml feed in the post and didn't relies the the mxml namespace at the top of the document were important. thanks for the explanations. the namespace is defined at the top of the xml document like