[Home] [By Thread] [By Date] [Recent Entries]
> 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
|

Cart



