Remove an element from an xml File using jdom
- by Llistes Sugra
I have a 300 KB xml file with 70 elements in it.
I need to be efficient upon removing one of the root's elements.
What is the best approach?
Should I detach the element in memory, save it and overwrite it by moving it?
Is there a better option?
I like org.jdom but any improvement is welcome