RE: [xsl] Sum function

Subject: RE: [xsl] Sum function
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 9 Mar 2001 10:38:33 -0000
Not that easy; you could follow the example on page 502 of XSLT Programmer's
Reference.

Or with saxon, use

saxon:sum(storvol, saxon:expression("noofbocks * blocksize"))

Mike Kay
Software AG

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Purnima
> Shankaran
> Sent: 08 March 2001 17:58
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Sum function
>
>
> Hi,
>
> I have  an xml like this
>
> <storsys>
> <storvol>
>     <noofblocks>2</noofblocks>
>     <blocksize>3</blocksize>
> </storval>
> <storvol>
>     <noofblocks>4</noofblocks>
>     <blocksize>5</blocksize>
> </storval>
> </storsys>
>
> I want to display the total as sum of ( noofblocks *
> blocksize) for all
> <storval> tags present.
>
> Thanks for the help.
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread