Skip to content

Pretty print JIBX output [SWS-72] #216

Closed
@gregturn

Description

@gregturn

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions