[Flashcoders] Re: accessing a text node inside another node in a XMLList

2009-08-28 Thread Isaac Alves
I´ve realized actually that flash recognizes the XMLList as having 9 children, ignoring the tags slide when I was expecting three children , each one of them with also 3 children ( the tags item). Why? 2009/8/28 Isaac Alves isaacal...@gmail.com: Hello list, I have the following XML ( i get

Re: [Flashcoders] Re: accessing a text node inside another node in a XMLList

2009-08-28 Thread Taka Kojima
First off, XML can only have one root node, thus you're probably getting some weird errors. If you enclose all of your xml within slides/slides, you should be fine. - Taka On Fri, Aug 28, 2009 at 11:53 AM, Isaac Alves isaacal...@gmail.com wrote: I´ve realized actually that flash recognizes

[Flashcoders] Re: accessing a text node inside another node in a XMLList

2009-08-28 Thread Isaac Alves
Ok I´ve realized now something. I had before in the script: tabsContentSlideshow = myXML.slideshow.children(); I´ve replaced with: tabsContentSlideshow = myXML.slideshow; Then if i trace tabsContentSlideshow.children()[0] it will show : slide item label=ss1_title link=#