Isn't your problem mostly related to parsing your XML string and making decisions during this process? Have you already parsed your XML string? If not, you can use SAX parser for that purpose. Take a look here: http://www.javacommerce.com/displaypage.jsp?name=saxparser1.sql&id=18232 Or search the internet for 'SAX parser' to find more examples. ---------- Ali Chousein Geo-Filtered Assistant http://geo-filtered-assistant.blogspot.com/
On Jun 28, 7:05 am, HariRam <[email protected]> wrote: > 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

