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]

sum function


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

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