FasterXML / jackson-dataformat-xml

Extension for Jackson JSON processor that adds support for serializing POJOs as XML (and deserializing from XML) as an alternative to JSON
Apache License 2.0
562 stars 221 forks source link

Removed prolog line feed in XMLPrettyPrinter as the current version m… #554

Closed Roomka closed 1 year ago

Roomka commented 1 year ago

Removed prolog line feed in XMLPrettyPrinter as the current version mapper doesn't support prolog object mapping

cowtowncoder commented 1 year ago

Oh. This is odd -- from the original description I got the impression there was an EXTRA linefeed. But this seems to just the usual single linefeed at the end of the document, which makes sense for indented case (and would not be added without pretty-printing).

So not 100% sure this actually makes sense... will add a note on #546.

cowtowncoder commented 1 year ago

I don't think this makes sense any more, closing.