I have some xml nodes where I need to evaluate their attributes and delete them if they meet certain criteria. It's probably simple but its late and brain fatigue is setting in.
Say I had this node <parent> <child id="a" /> <child id="b" /> <child id="a" /> <child id="b" /> </parent> How would I find and delete any <child> who's id is "b" ? -- --Joel Stransky stranskydesign.com _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

