Hi list... I'm trying to find some xml's parent attribute.
I have <pet name="Sugar"/> and I want to find "B".
var pets:XML = <pets group="A">
<pet name="Rover"/>
<pet name="Buffy"/>
</pets>
<pets group="B">
<pet name="Spot"/>
<pet name="Sugar"/>
</pets>;
I can't seem to find it. Anyone know how?
Thanks,
- Michael M.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

