sum function

Subject: sum function
From: "Ralf Schiemann" <rschiemann@xxxxxxxxxxxxx>
Date: Tue, 24 Oct 2000 12:59:00 -0400 (EST)
Hi all,

I hope my problem was not posted 1000 times before...

I have a XML file like this:

<cashflow>
  <amount>10000</amount>
  <when>now</when>
</cashflow>
<cashflow>
  <amount>20000</amount>
  <when>Jan2001</when>
</cashflow>
<cashflow>
  <amount>30000</amount>
  <when>now</when>
</cashflow>
<cashflow>
  <amount>10000</amount>
  <when>Feb2001</when>
</cashflow>

I need to sum all <amount> fields where //cashflow/when='now'.

Can anybody give me a hint on this?

Thanks in advance
Ralf




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


Current Thread