Uploaded image for project: 'StAXMapper'
  1. StAXMapper
  2. STXM-17

Unnecessary line feeds

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Optional 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.

              Unassigned Unassigned
              EMeuwese Erik . (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: