Hi all, Thanks for valuable replies. I have two node having same name with different data. i want to remove one particular node instead of deleting two nodes. For example: <names> <name>Apple</name> <name>Ball</name> <name>Cat</name> <name>Doll</name> <name>Elephant</name> </names> In the above example there is 5 different names contains same node value. in that how to delete one particular node. i want to delete cat. Is this possible to do in DOM.?? pls guide me to solve this issue.
-- Thanks and Regards Hariram -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

