Ovanes Markarian wrote:
Hello *,


I use in my app xalan::FormatterToXML to output xml into file. To make the 
output file look better
I call
formatter.setDoIndent(true);
formatter.setIndent(4);

My files can be around 900 MBs and having 4 spaces for one indent results in:
I assume in performance drawbacks and
size issues

Is there any way to configure the formatter to use tabs instead of spaces?
No, although you could easily modify the source code to use U+0009 instead of U+0020.

Dave

Reply via email to