xsl-list
[Top] [All Lists]

Re: looping on a line

2005-11-29 12:27:27
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(_at_)btinternet(_dot_)com> 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>

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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