Hi!
I use:
XMLOutputter outputter = new XMLOutputter(" ",true);
to write the XML file.
When I save a new Element, in my XML file plus new lines are added to the
already existing Elements and their children. So becomes my XML file very
large and is full with emty lines.
Galuc