xsl-list
[Top] [All Lists]

Re: Sum up the value

2003-03-25 22:45:20

"Chan Kong Hing" <kong_hingc(_at_)yahoo(_dot_)com> wrote in message
news:20030326020048(_dot_)17123(_dot_)qmail(_at_)web14007(_dot_)mail(_dot_)yahoo(_dot_)com(_dot_)(_dot_)(_dot_)
I have the following XML file. How do I code in my XSL
to get the sum of value from Field3? Thanks

sum(/*/*/field[(_at_)label='Field3'])



=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL





<?xml version="1.0" encoding="UTF-8" ?>
<range>
<row>
  <field label="item" name="item" table="D1"
type="number">1</field>
  <field label="Field3" name="Field3" table="D1"
type="number">42676</field>
  </row>
<row>
  <field label="item" name="item" table="D1"
type="number">2</field>
  <field label="Field3" name="Field3" table="D1"
type="number">105813446</field>
</row>
</range>


__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

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






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



<Prev in Thread] Current Thread [Next in Thread>