[C2]Problem with whitespaces/newline

2001-06-24 Thread Jörn Heid
I have the following line in an xslt-stylesheet /tableimg 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

Re: [C2]Problem with whitespaces/newline

2001-06-24 Thread Ruben
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 /tableimg 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

AW: [C2]Problem with whitespaces/newline

2001-06-24 Thread Jörn Heid
: 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 /tableimg src=/images/empty.gif width=1 height=10 border=1/table

Re: AW: [C2]Problem with whitespaces/newline

2001-06-24 Thread Ruben
Hi Jörn, Oh, sorry, sunday it's not the best day for me to understand english... Maybe I'm saying something stupid again, but, there is a line in cocoon.properties stating the maximum line width in HTML (I think): formatter.text/html/loose.line-width = 120 Could it be that your /table