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]

RE: Sum function


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@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Purnima
> Shankaran
> Sent: 08 March 2001 17:58
> To: xsl-list@lists.mulberrytech.com
> 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


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