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

Subject: Re: [xsl] Generating CSV : Line feed and carriage return not working
From: "XSL_chatr" <XSl_chatr@xxxxxxxxxxx>
Date: Tue, 8 Jul 2003 10:50:12 +0100
HI

To get a linefeed  use &#xA; within the xsl:text


Regards

Abi
XSL-Chatr

----- Original Message -----
From: "Allistair Crossley" <Allistair.Crossley@xxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, July 07, 2003 11:29 AM
Subject: [xsl] Generating CSV : Line feed and carriage return not working


> 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
>
>

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


Current Thread