RE: Generating Tab delimited lists

Subject: RE: Generating Tab delimited lists
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 13 Apr 2000 09:55:28 +0100
> I have the following xsl stylesheet that converts my xml 
> document into a
> comma delimited list. How do I modify it to produce a tab 
> delimited list
> that I can load in to a database?

Replace the comma with <xsl:text>&#9;</xsl:text>

Mike Kay


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


Current Thread