Re: [xsl] csv output - carriage return help needed

Subject: Re: [xsl] csv output - carriage return help needed
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 18 Jul 2002 09:31:46 +0100
you said you wanted comma separated text

> <xsl:output method="text" media-type="text/plain" />

so why on earth are you trying to generate HTML???

<xsl:for-each select="tableBody/tableRow/cell">
	<pre>
        ^^^^^

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread