[xsl] Generating CSV : Line feed and carriage return not working

Subject: [xsl] Generating CSV : Line feed and carriage return not working
From: "Allistair Crossley" <Allistair.Crossley@xxxxxxx>
Date: Mon, 7 Jul 2003 11:29:16 +0100
Hi,

I am trying to generate a CSV in my XSL and have it all working except I cannot get new lines.

I a using 

<xsl:output method="text"/>

And then to get a new line I have tried both

&#10;&#13;

and 

<xsl:text>&#10;&#13;</xsl:text>

Neither generates a new line when I view the output in IE 6.

Any help?


<FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> 
-------------------------------------------------------
QAS Ltd.
Developers of QuickAddress Software
<a href="http://www.qas.com";>www.qas.com</a>
Registered in England: No 2582055
Registered in Australia: No 082 851 474
-------------------------------------------------------
</FONT>


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


Current Thread