-
Enhancement
-
Resolution: Unresolved
-
Optional
-
None
-
1.4.0.Final
-
None
-
None
- writeStartElement() from org.jboss.staxmapper.FormattingXMLStreamWriter writes the line feed after the previous element. writeStartDocument(...) writes the line feed after the XML declaration. This results in a unnecessary line feed after the XML declaration. Removing nl(); on line 430, 437,and 444 solves this.
- writeComment() from org.jboss.staxmapper.FormattingXMLStreamWriter writes two line feeds after the previous element, which seems to be unnecessary. Removing nl(); on line 449 solves this.