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: Summing computed values


> 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


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