[ http://issues.apache.org/jira/browse/COCOON-22?page=all ]
     
Helma van der Linden reopened COCOON-22:
----------------------------------------


reopened just to set the resolution to fixed

> Additional newline after some tags like </table> or </tr>
> ---------------------------------------------------------
>
>          Key: COCOON-22
>          URL: http://issues.apache.org/jira/browse/COCOON-22
>      Project: Cocoon
>         Type: Bug
>   Components: * Cocoon Core
>     Versions: 2.0 Beta 1
>  Environment: Operating System: All
> Platform: All
>     Reporter: Joern Heid
>     Assignee: Cocoon Developers Team

>
> 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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to