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/11/04 17:22:48 UTC

DO NOT REPLY [Bug 14229] New: - XSLTC indents as if indent always set to yes

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=14229>.
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=14229

XSLTC indents as if indent always set to yes

           Summary: XSLTC indents as if indent always set to yes
           Product: XalanJ2
           Version: 2.4Dx
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Xalan-Xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: daryl@6degrees.com


When I use Xalan as the Transformer factory, I can control output indenting. 
With XSLTC I cannot - it appears to be always on. When I print the properties 
on the Transformer, indent is "no". My html output always indents with a 
setting of 2 spaces. As a result, a segment of my HTML might look like this:

  <td height="2" width="10"><img src="images/spacer.gif" width="10" height="2">
  </td>

IE 5.5 and NS 6.2 render these cells larger than the spacer graphic. The </td> 
needs to be up on the previous line to render properly.