RE: sum() of nodeset

Subject: RE: sum() of nodeset
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 30 Nov 2000 17:22:49 -0000
> I have xml file like this:
> ----------xml-------------
> <xml>
> <row m=1 y=1999 v=3 />
> <row m=1 y=2000 v=43 />
> <row m=2 y=1999 v=6 />
> <row m=2 y=2000 v=56 />
> ...
> </xml>
> Now, I am trying to get sum of values for a particular m 

with <xml> as the context node,
<xsl:value-of select="sum(row[@m='1']/@v)"/>

Mike Kay
> 


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


Current Thread