Skip to Content
0
Former Member
Nov 30, 2008 at 12:07 PM

how to edit the existing data in the XML file from the java programming

51 Views

Hi all

i am able to create XML file with the sample data as below from java programming.

i need sample code on how to edit the existing data in the XML file?

for example

<?xml version="1.0"?>

<mydata>

<data1>

<key1>467</key1>

<name1>Paul</name1>

<id1>123</id1>

</data1>

<data2>

<key2>467</key2>

<name2>Paul</name2>

<id2>123</id2>

</data2>

</mydata>

i am able to insert the data in the XML.

now i need sample code on how to modify the data in the above XML file from the java programming for only key2,name2,id2 tags only. the remaining tags data in the XML file i want to keep same data except key2,name2,id2

Regards

Sunil

[points will be always rewardable]