Re: [xsl] For CSV output file - should end of record marker be line feed or a carriage return from xsl

Subject: Re: [xsl] For CSV output file - should end of record marker be line feed or a carriage return from xsl
From: "Wolfgang Laun wolfgang.laun@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 8 Nov 2014 09:28:07 -0000
On 8 November 2014 00:10, Richard Fozzard - NOAA Affiliate
richard.fozzard@xxxxxxxx <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

>
> Wolfgang Laun wolfgang.laun@xxxxxxxxx wrote on 11/07/2014 02:06 PM:
>
>> You'll stand a better chance of getting your line ends right by using
>> <xsl:text>
>> </xsl:text>
>> with the line end being represented by whatever it is on the system where
>> the text file containing these two lines resides.
>>
> Agreed! If your XSLT is running on the same OS where you plan to use the
> CSV.
>

And even if not: when the CSV is correct on system A, certain file
transfers to system B may take care of adjusting the line ends.
-W

Current Thread