RE: [xsl] Summing computed values

Subject: RE: [xsl] Summing computed values
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 10 Jan 2001 16:18:18 -0000
> Is anyone able to figure a way to sum computed values?

In standard XSLT, it needs a recursive template. See the example on page 502
of my XSLT Programmer's Reference.

In Saxon there is an extension function saxon:sum(nodeset, expression).

Mike Kay
 

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


Current Thread