;( Now, I have two newlines between the two tags.
If you misunderstood me: I want to remove all newlines between the two tags
as there's none defined in my stylesheet..

But thanks for your help.

JOERN_HEID

-----Ursprüngliche Nachricht-----
Von: Ruben [mailto:[EMAIL PROTECTED]]
Gesendet: Sonntag, 24. Juni 2001 19:49
An: [EMAIL PROTECTED]
Betreff: Re: [C2]Problem with whitespaces/newline


Have you tried using <xsl:text>&#xA;</xsl:text> between <table> and <img>?

Jörn Heid wrote:

> I have the following line in an xslt-stylesheet
>
> </table><img src="/images/empty.gif" width="1" height="10"
> border="1"/><table ....
>
> This one is outputted in html as
> </table>
> <img src="/images/empty.gif" width="1" height="10" border="1"/><table ....
>
> How is it possible that there's a newline before <img?
> I used
>    <xsl:output method="html" indent="no"/>
>    <xsl:strip-space elements="*"/>
> without success.
>
> Is it a problem of the serialzier?
>
> Please help.
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to