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

2009-09-13 Thread allandt bik-elliott
also if you're tracing xml, you could try trace(myXML.toXMLString()); which will make sure that even the root node of the xml is traced a On 13 Sep 2009, at 06:39, Cor wrote: Try this: trace (conteudo.slide[...@id); trace (conteudo.slide[...@id); trace (conteudo.slide[0].tit);

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

2009-09-12 Thread Isaac Alves
I have an XMLList and I would like to retrieve a node in this list that contain a specfic attribute. here is how my XMLlist conteudo is organized. trace (conteudo) throws: slide id=apresentacao titApresentação/tit txt (lots of text...)/txt /slide slide id=sumario titApresentação/tit

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

2009-09-12 Thread Cor
Try this: trace (conteudo.slide[...@id); trace (conteudo.slide[...@id); trace (conteudo.slide[0].tit); -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Isaac Alves Sent: zondag 13 september 2009 2:00 To: