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]
Other format: [Raw text]

Re: how to apply sum to a comma delimited list


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


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