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 2001/09/06 21:00:59 UTC

[DO NOT REPLY: Bug 3469] New: When rendering html it is impossible to turn indents off

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

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

*** shadow/3469	Thu Sep  6 12:00:59 2001
--- shadow/3469.tmp.23435	Thu Sep  6 12:00:59 2001
***************
*** 0 ****
--- 1,17 ----
+ +============================================================================+
+ | When rendering html it is impossible to turn indents off                   |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3469                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.2.x                   |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: Other                     Component: org.apache.xalan.xsltc  |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: douglasjsellers@hotmail.com                                  |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ There is a problem in org.apache.xalan.xsltc.runtime.AbstractTranslet.  The bug stems from the code at lines 564 - 567.  Specifically what is happening is that it is impossible to turn _indent off for a TransletOutputHandler. This leads to html, while correctly formed, being incorrectly rendered because of execess whitespace being introduced into the output.  I have corrected this problem in my own version and it works.