You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2001/06/29 08:52:59 UTC

[Bug 2392] New: - Additional newline after some tags like or

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

*** shadow/2392	Thu Jun 28 23:52:59 2001
--- shadow/2392.tmp.25412	Thu Jun 28 23:52:59 2001
***************
*** 0 ****
--- 1,52 ----
+ +============================================================================+
+ | Additional newline after some tags like </table> or </tr>                  |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2392                        Product: Cocoon 2                |
+ |       Status: NEW                         Version: 2.0b1                   |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: Other                     Component: core                    |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: cocoon-dev@xml.apache.org                                    |
+ |  Reported By: heid@fh-heilbronn.de                                         |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I want to remove newlines (or spaces) from my output. It seems the HTML
+ serializer causes the problem (Xalan commandline, xml-serializer work
+ correctly)...
+ 
+ 
+ With this stylesheet
+ 
+ </table><img src="/images/empty.gif" width="1" height="10"
+ border="1"/><table...
+ 
+ I get this with the xml serializer
+ 
+ </table><img border="1" height="10" width="1"
+ src="/images/empty.gif"/><table...
+ 
+ The same with Xalan (2.1) from the comandline
+ 
+ </table><img border="1" height="10" width="1"
+ src="/images/empty.gif"><table...
+ 
+ BUT I get this with the html serializer (see the newline)
+ 
+ </table>
+ <img border="1" height="10" width="1" src="/images/empty.gif"><table
+ 
+ 
+ Is it a bug (Cocoon, SAX-Xalan)?
+ 
+ Please help.
+ 
+ In my stylesheet I do have
+     <xsl:output method="html" indent="no"/>
+     <xsl:strip-space elements="*"/>
+ 
+ 
+ JOERN_HEID
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org