<br><font size=2 face="sans-serif">Hello,</font>
<br>
<br><font size=2 face="sans-serif">I need to be able to remove indents
(but retain newlines) using the Format class which gets passed into the
XMLOutputter class. &nbsp;I am using JDOM v1.0.</font>
<br>
<br><font size=2 face="sans-serif">When I set the indent to an empty string,
the output has now indents, but the newlines are removed as well.</font>
<br>
<br><font size=2 face="sans-serif">I saw a post that this may be a bug
or feature, and that it might be fixed in CVS. &nbsp;So I downloaded the
JDOM source and compiled, but the results were the same. &nbsp;I see that
in the Format.setIndent() method, that if an empty string is passed, it
gets set to null. &nbsp;If I remove that bit of code (setting the indent
to null if an empty string is passed in), then the output is like I expect...
no indents, but the newlines are preserved.</font>
<br>
<br><font size=2 face="sans-serif">Any help would be appreciated. &nbsp;I
would like to use JDOM without making my own modifications... or is there
another way I can do this? &nbsp; Will this be addressed in future releases
of JDOM?</font>
<br>
<br><font size=2 face="sans-serif">Thank you,</font>
<br><font size=2 face="sans-serif">Maverick Merritt</font>
<div>
<br></div>