This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Xslt string operation


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]