You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/07/01 22:53:29 UTC

DO NOT REPLY [Bug 10344] - doesn't work.

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.

David_N_Bertoni@lotus.com changed:

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



------- Additional Comments From David_N_Bertoni@lotus.com  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).