Re: [xsl] arguments for xsl:call-template

Subject: Re: [xsl] arguments for xsl:call-template
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 7 Dec 2001 17:48:16 GMT
> count how many tokens this function returns. 
> How do I do this? 

<xsl:value-of select="count(saxon:tokenize($string,','))"/>
or, inside the for-each
<xsl:value-of select="last()"/>

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread