Re: [xsl] how to apply sum to a comma delimited list

Subject: Re: [xsl] how to apply sum to a comma delimited list
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 15 May 2002 12:14:09 -0600 (MDT)
I wrote:
>     <xsl:when test="function-available('exsl:node-set')">
>       <xsl:value-of select="count(exsl:node-set($list)/dummyElement)"/>
>     </xsl:when>

Sorry, I was testing something here.
Of course I meant sum(), not count().

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


Current Thread