Re: Pretty Printing via LSSerializer

2007-06-28 Thread Michael Glavassevich
Hi Eric, The pretty printing is being done by the Xalan serializer now (presumably what you're seeing is the behaviour it's always had). If you have suggestions on improvements please make them on the Xalan-J users list. Previous discussion on this topic is available here [1] and here [2]. Tha

Pretty Printing via LSSerializer

2007-06-28 Thread Eric Kolotyluk
Why is the pretty printing using LSSerializer so bad compared to XMLSerializer (which is deprecated)? Are there any plans to improve it? If you can make XMLSerializer work properly you should be able to make LSSerializer work properly. It's hard to justify moving away from the deprecated AP