Author
Problem with adding an XML node to an existent XML File
Hugo Alberto Bedolla
Greenhorn
Joined: Nov 09, 2010
Posts: 17
posted Nov 27, 2011 22:57:52
0
I got a problem when trying to write a new node to an xml file, basically the new node isn't appended to the file. I tried to write to another file, but in both cases, only the old data appears... what am I doing wrong? :S
Here's my code:
Thanks in advance.
Pranav Raulkar
Ranch Hand
Joined: Apr 20, 2011
Posts: 73
posted Nov 28, 2011 01:33:36
1
Have a look at this
http://www.daniweb.com/software-development/java/threads/255757
Hope this helps.
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
posted Nov 28, 2011 04:17:33
0
Hugo, please UseOneThreadPerQuestion . This is the same question as here . Since the other thread has more replies I'm closing this one.
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
subject: Problem with adding an XML node to an existent XML File