[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Sum up the value


Subject: [xsl] Sum up the value
From: Chan Kong Hing <kong_hingc@xxxxxxxxx>
Date: Tue, 25 Mar 2003 18:00:48 -0800 (PST)

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



Current Thread
Keywords