Java: modify XML file (extended)

Dec 09, 2013 07:29


Originally published at Moishe Beshkin. You can comment here or there.

I needed a method to modify xml file, preserving the structure and replacing only certain attributes and nodes content. Also, I needed a possibility to add dynamically inner xml content. Here is a pretty wonderful solution for simple xml data updating How To Modify XML File In Java - (DOM Parser). I added a mechanism to [...]

issues and resolutions

Previous post Next post
Up