>By "performance and size benefits," I'm going to assume you mean in your >particular case. Your's is the first request that I can remember for >writing tabs instead of space characters when doing "pretty-printing."
Unfortunately I have to provide pretty printing and be performant :( >If you're really interested in improved performance and reduced size, I >suggest you forgo pretty-printing altogether. If you do that, then you can >get much better performance using the XalanXMLSerializerFactory factory to >create your FormatterListener. You'll then get a compile-time optimized >FormatterListener that has no overhead at all for pretty-printing. Where can I read about this class? It is not documented online for the version 1.10 Many Thanks, Ovanes.