I am using JAXB with options
marshaller.setProperty(JAXB_FRAGMENT, true);
marshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true);
The marshalling is done in a .xml file but when I open the files there are blank lines after every insertion.
Does anyone knows what the solution might be ?
Regards