RE: [xsl] Xslt string operation

Subject: RE: [xsl] Xslt string operation
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 7 Jun 2001 11:07:26 +0100
> is there a way in which is a string passed in as a parameter
> to the xsl like
> this
>
> "23,45,234,678"
>
> sliced up into
> 23
> 45
> 234
> 678
>
> is there any way to do this

You need a recursive template; see the example under "xsl:call-template" in
Chapter 4 of my XSLT Programmer's Reference.

Mike Kay


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


Current Thread