aspose file tools
The moose likes XML and Related Technologies and the fly likes Problem with adding an XML node to an existent XML File Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply locked New topic
Author

Problem with adding an XML node to an existent XML File

Hugo Alberto Bedolla
Greenhorn

Joined: Nov 09, 2010
Posts: 17
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

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

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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem with adding an XML node to an existent XML File
 
Similar Threads
unable to remove spaces in xml
Problem with adding an XML node to an existent XML File
problem in deleting the file
Help regarding how to check the element entered is equal or not in xml file
importing one xml in another