[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] unparsed-text and normalize-space when parsing CSV files


Subject: Re: [xsl] unparsed-text and normalize-space when parsing CSV files
From: "Hank Ratzesberger xml@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 6 Dec 2014 00:14:59 -0000

Thanks Dimitre, that covers the corner and reminds me that the
functions return sequences.. -- Best, Hank

On Fri, Dec 5, 2014 at 11:52 AM, Dimitre Novatchev
dnovatchev@xxxxxxxxx <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
> What about using:
>
>             tokenize($csv, '\r\n|\r|\n')[not(position()=last() and .='')]
>
>
> Cheers,
> Dimitre
[snip]


Current Thread