xsl-list
[Top] [All Lists]

RE: Sum up the value

2003-03-26 01:43:19
sum(//field[name='Fiueld3'])

MK

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Chan Kong Hing
Sent: 26 March 2003 02:01
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Sum up the value


I have the following XML file. How do I code in my XSL
to get the sum of value from Field3? Thanks


<?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>