You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Shane Curcuru <sh...@yahoo.com> on 2002/01/25 13:53:05 UTC

Re: Indentation in output XML

First off, since this is a transformer issue, you might want to ask on
a more appropriate list, perhaps xalan-j-users@xml.apache.org

But this is likely due to Xalan's feature of supporting indent by
default with just newlines with an indent-amount of 0 (for performance
reasons), read about it at
http://xml.apache.org/xalan-j/usagepatterns.html#outputprops  You'll
need to set xalan:indent-amount="2" yourself to whatever level of
indentation you wish.

-Shane

__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org