Format setIndent() problem 2006-11-06 - By Maverick Merritt
Back Hello,
I need to be able to remove indents (but retain newlines) using the Format class which gets passed into the XMLOutputter class. I am using JDOM v1.0.
When I set the indent to an empty string, the output has now indents, but the newlines are removed as well.
I saw a post that this may be a bug or feature, and that it might be fixed in CVS. So I downloaded the JDOM source and compiled, but the results were the same. I see that in the Format.setIndent() method, that if an empty string is passed, it gets set to null. 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.
Any help would be appreciated. I would like to use JDOM without making my own modifications... or is there another way I can do this? Will this be addressed in future releases of JDOM?
Thank you, Maverick Merritt
<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. 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. So I downloaded the JDOM source and compiled, but the results were the same. I see that in the Format.setIndent() method, that if an empty string is passed, it gets set to null. 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. I would like to use JDOM without making my own modifications... or is there another way I can do this? 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> __ ____ ____ ____ ____ ____ ____ ____ ____ ____ To control your jdom-interest membership: http://www.jdom.org/mailman/options/jdom-interest/youraddr@(protected)
|
|