xsl-list
[Top] [All Lists]

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

2014-12-05 18:15:13
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(_at_)gmail(_dot_)com 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:
What about using:

            tokenize($csv, '\r\n|\r|\n')[not(position()=last() and .='')]


Cheers,
Dimitre
[snip]
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>