Re: Preventing indents/new lines in XSL file from appearing in output file.

Subject: Re: Preventing indents/new lines in XSL file from appearing in output file.
From: "Deirdre O'Brien" <ddo@xxxxxxx>
Date: Thu, 24 Aug 2000 09:25:47 +0100

Thanks a million,

Using <xsl:text>sss</xsl:text> worked.  I don't know why I didn't think of
it.

Deirdre


...
 > <xsl:template match="HEADER">
 >   idr=<xsl:value-of select="ID"/>|
 >   buyer=<xsl:value-of select="BID"/>|
 > </xsl:template>
 >
 > When I indent the lines under the <xsl:template> tag, the indents also
 > appear in the output file.  Is there anyway I can indent my XSL file to
 > make it more readable but not have the indents appear on the output?  I
 > have tried using <xsl:ouput method="text" indent="no"/> to no effect.









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


Current Thread