How to open an existing XML document in write mode and append new nodes to the root element? I'm using dom4j library but confused the way to do it. I want to incrementally add the data to XML file but lost myself in choas. A brief program structure might help me.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
It is a multiple step process :
Dom4j offers very good documentation and introduction material at http://dom4j.sourceforge.net/dom4j-1.6.1/guide.html . You can have a look at javadocs there to discover all methods that you can use to manipulate. |
|||
|
|