[xsl] Re: splitting a string at ,

Subject: [xsl] Re: splitting a string at ,
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Thu, 15 Jan 2004 06:50:49 +0100
"Archana Rao" <archana_heroor@xxxxxxxxx> wrote in message
news:20040114215930.20600.qmail@xxxxxxxxxxxxxxxxxxxxxxxxxx
> I have a string seperated with commas. I am trying to
> split the string at commas.
>
> How can this be done.

  Use the "str-split-to-words" template from FXSL (an initial version was
published and explained under the heading "Functional tokenizer" more than
two years ago in this list:
http://sources.redhat.com/ml/xsl-list/2001-11/msg00901.html).

This template is more flexible, as it accepts a string of all possible
characters to be used as delimiters between words.


Dimitre Novatchev.
FXSL developer,

http://fxsl.sourceforge.net/ -- the home of FXSL
Resume: http://fxsl.sf.net/DNovatchev/Resume/Res.html





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


Current Thread