[xsl] indent="no" does not prevent inserts of New Line

Subject: [xsl] indent="no" does not prevent inserts of New Line
From: "Malottki, Bodo von" <Bodo.von.Malottki@xxxxxx>
Date: Fri, 27 Jun 2003 17:03:35 +0200
Hi,
I am processing with Xalan 2.5.1 
my stylesheet contains following:
<xsl:output doctype-system="content.dtd" method="xml" indent="no"/>
....
<xsl:template match="WEB-ADRESSE">
		<xsl:text>path=&quot;Redaktion|Content|data|Daten|Club
Suche|Laender|Zusatzinfos|</xsl:text>
</xsl:template>
.....

and this is what I get:

path=&quot;Redaktion|Content|data|Daten|Club
Suche|Laender|Zusatzinfos|
 
with a New Line after Club.

How can I prevent the break? I've read some threads, where indent="no" was
recommended, but I see no change... 

Thanks in advance,

	Bodo von Malottki



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread