RE: [xsl] newbie - problem with sum

Subject: RE: [xsl] newbie - problem with sum
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 18 Jan 2002 13:44:08 -0000
> I need to sum all the Amounts with a value > 0

sum(//Amount[. &gt; 0])

Mike Kay 

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


Current Thread