xsl-list
[Top] [All Lists]

looping on a line

2005-11-29 03:21:55
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>
--~--