Subject: RE: Building a tab-delimited file in XSL
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 16 Jun 2000 10:26:36 +0100
|
> The first thing you need to do is be sure the output is "text".
>
> 2) To do a tab<xsl:text
> disable-output-escaping="yes">	</xsl:text>
>
> 3) A line break is:<xsl:text
> disable-output-escaping="yes">
</xsl:text>
>
With <xsl:output method="text">, special characters are never escaped, so
the disable-output-escaping here is redundant.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|