Re: [Flashcoders] RE: retreieving a node that contains a specific attribute from an XML list

2009-09-14 Thread allandt bik-elliott
You can pick nodes by adding a comparison into your XML path Conteudo.(@id == link) will give you the correct node too Sent from my iPhone On 13 Sep 2009, at 22:09, Isaac Alves wrote: Hi, thank you all. I've managed to do it like this, based on what Cor wrote me: function clickItemTitle(e

[Flashcoders] RE: retreieving a node that contains a specific attribute from an XML list

2009-09-13 Thread Isaac Alves
Hi, thank you all. I've managed to do it like this, based on what Cor wrote me: function clickItemTitle(e:Event):void { _link = String(e.target.frameLink); var node:int; for (var i:Number = 0; i < conteudo.length(); i++) { if (con