RE: sum() of nodeset

Subject: RE: sum() of nodeset
From: Shimon Pozin <shimonp@xxxxxxxxxxxxxxx>
Date: Thu, 30 Nov 2000 14:12:32 -0500
Thanks a lot, Mike!!!
For beginners such simple things can takes days to figure out!!!

Shimon

> -----Original Message-----
> From: Kay Michael [mailto:Michael.Kay@xxxxxxx]
> Sent: Thursday, November 30, 2000 12:23 PM
> To: 'xsl-list@xxxxxxxxxxxxxxxx'
> Subject: RE: sum() of nodeset
> 
> 
> > 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
> 


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


Current Thread