CRLF being inserted
Brought to you by:
bagnew
The documentation states "outputter="default"...
outputs the document as is. That is to say, all whitespace etc. is preserved. " However, when the original XML has no CRLF (eg <var name='maximum_timeout'><string>2,0,0,0</string></var>), the class inserts them:
<var name="maximum_timeout">
<string>2,0,0,0</string>
</var>