DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10344>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10344

<xsl:output indent="yes" ...> doesn't work.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-07-01 20:53 -------
Xalan indents by adding linefeeds only, and only where doing so will not alter 
non-whitespace text nodes.  If you want indenting to include adding spaces like 
this:

<foo>
  <foo/>
</foo>

then you need to programmatically change the indent amount (which is 0 by 
default).

Reply via email to