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? With Kind Regards, Ovanes Markarian