Re: [xsl] looping on a line

Subject: Re: [xsl] looping on a line
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Wed, 30 Nov 2005 06:27:27 +1100
FXSL provides convenient functionality (the str-split-to-words template):

      http://www.biglist.com/lists/xsl-list/archives/200111/msg00905.html

--
Cheers,
Dimitre Novatchev
---------------------------------------
To avoid situations in which you might make mistakes may be the
biggest mistake of all.


On 11/29/05, ADAM PATRICK <adampatrick@xxxxxxxxxxxxxx> wrote:
> How would you go about looping on a line e.g. going
> from this...
>
> <data>389,456,789</data>
> <data>912</data>
> <data>917,421</data>
> <data>389,456,789,561,123,754</data>
>
> to this...
>
> <no>389</no>
> <no>456</no>
> <no>789</no>
> <no>912</no>
> <no>917</no>
> <no>421</no>
> <no>389</no>
> <no>456</no>
> <no>789</no>
> <no>561</no>
> <no>123</no>
> <no>754</no>

Current Thread