Re: Building a tab-delimited file in XSL

Subject: Re: Building a tab-delimited file in XSL
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 15 Jun 2000 17:02:25 +0100 (BST)
> Is there an & code that produces a tab

You can produce a tab just like any other character,
<xsl:text>	</xsl:text>
If you want something a bit more visible you can use the fact that tab
is ascii (and hence unicode) character 9.
<xsl:text>&#9;</xsl:text>

David


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


Current Thread