Closed
Description
David DIDIER opened SWS-72 and commented
At this moment, JIBX output XML file with all on one single line. To add a pretty print, one must call:
IMarshallingContext.setIndent(int);
in JibxMarshaller, after the context creation (3 places). The indentation may be specified (and injected) with a mehod such as :
JibxMarshaller.setIndent(int);
I set the priority to major because the currently resulting xml files are unreadable by human...
Affects: 1.0 M2
Referenced from: commits 785f6e8