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]

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


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