server-side XML class it's HORRIBLE help please
I've worked with XML in AS2, was bad, but i did not complain, in AS3 was perfect, but in server-side FMS is COMPLETLY HORRIBLE i just can't work with it, I'm feeling sick, realy, I feel something in the pit of my stomach, this is not ment to be used. for the first time I can only work with this if someone helps me in a forum:
I have a XML like this:
<root>
<rooms>
<room>
<name>hello</name>
<id>123</id>
</room>
<room>
<name>normal_room</name>
<id>321</id>
</room>
<room>
<name>special_room</name>
<id>666</id>
</room>
</rooms>
</root>
i loaded it successfully into a XML object, but I simply can't access the "id" tag of every "room" in a for loop, I tried to do this in many ways, it's not like in AS2. I need some help with this, tanks.
