How to delete a string of the XML node using java. I have two nodes in same name with different values. I want to delete first node of XML file. example <node1>value1</node1><node1>value2<node1> in this example i want to delete node 1 of value 1. Please guide me how to do this..
How to delete a string of the XML node using java. I have two
Share
It is show in this example, how it could be done
http://www.roseindia.net/xml/dom/RemoveElement.shtml