[jdom-interest] XMLOutputter problem

Alex Devasia ADEVASIA at mobius.com
Fri Feb 8 12:18:03 PST 2002


I notice blank lines get inserted between lines each time I edit an XML
file. The class is constructed as follows:
m_xmlOutputter = new XMLOutputter(" ", true);
I don't want to call m_xmlOutputter.setTextNormalize(true) because it
removes whitespace from actual values being written to the file. I just want
to prevent blank lines from being written to the file. Can I fix this
problem by calling some other method. I hope this gets fixed in version 8.

Thanks




More information about the jdom-interest mailing list