| Author |
editing data in xml file
|
siva sankar
Ranch Hand
Joined: Jul 13, 2006
Posts: 65
|
|
HI, I have a xml file ex.xml.Now i want to add some more data to the existing xml file through a java program using DOM.Can it be possible?if yes,how can we do this? Thanks in Advance, Regards, Siva
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
Yes. Have a look at the JavaDocs for org.w3c.dom; you can add nodes, remove them, change attributes and values etc. [ April 04, 2007: Message edited by: Paul Sturrock ]
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: editing data in xml file
|
|
|