xsl-list
[Top] [All Lists]

RE: Problem with Sum function

2005-08-22 09:03:35
Without seeing your XSLT (you should always provide it when you ask a 
question), we can't say why you are having this problem. But I'll bet a nickel 
that you've got a <xsl:for-each> in there somewhere.
-- 
Charles Knell
cknell(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     Meena Nanjundeswar <meenasargur(_at_)gmail(_dot_)com>
Sent:     Mon, 22 Aug 2005 10:54:41 -0500
To:       xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject:  [xsl] Problem with Sum function

Hi:

My xml file looks like this:

<node1>
      <childnode1a>
             <childnode11a>
                     <value></value>
               </childnode11a>
       </childnode1a>
</node1>

There can be any number of <childnode11a> elements containing <value>.
Now, I am trying to compute the sum(value). Instead of giving me a
total sum of all the rows, it display the values individually. I
believe we have to use recursion. Can anyone please help me with this
problem?

Thanks

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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