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
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to