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/02 20:49:24 UTC

DO NOT REPLY [Bug 10421] New: - "testXSLT" indention error with sibling elements.

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

"testXSLT" indention error with sibling elements.

           Summary: "testXSLT" indention error with sibling elements.
           Product: XalanC
           Version: 1.3.x
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: eknoll@sf-inc.com


Output indentation of nested elements doesn't work for sibling elements under
TBD conditions.  Following is some actual output where some siblings are nested
correctly and some are not.

    <CENTER>
      <TABLE BORDER="1">
        <TR>
          <TH>LOC</TH><TH>DATE</TH><TH>LOC<BR>TYPE</TH><TH>FOT</TH><TH>VOLUME</T
H><TH>FOT %</TH>
        </TR>
        <TR>
          <TD ALIGN="RIGHT"><B>TOTAL</B></TD>
<TD ALIGN="RIGHT">-</TD>
<TD ALIGN="RIGHT">-</TD>
<TD ALIGN="RIGHT"><B>8679</B></TD>
<TD ALIGN="RIGHT"><B>8868</B></TD>
<TD ALIGN="RIGHT"><B>97.87</B></TD>
</TR>
        <TR>
          <TD>&nbsp;</TD><TD>&nbsp;</TD><TD>&nbsp;</TD><TD>&nbsp;</TD><TD>&nbsp;
</TD><TD>&nbsp;</TD>
        </TR>
      </TABLE>
    </CENTER>