xsl-list
[Top] [All Lists]

Re: How to sum() with multiplaction

2002-12-11 01:12:30

<Jarno(_dot_)Elovirta(_at_)nokia(_dot_)com> wrote in message
news:E392EEA75EC5F54AB75229B693B1B6A7052900D3(_at_)esebe018(_dot_)ntc(_dot_)nokia(_dot_)com(_dot_)(_dot_)(_dot_)
Hi,

<node>
 <subnode1>test</subnode1>
 <subnode2>test</subnode2>
 <Node2>
   <test1>2</test1>
   <test2>25</test1>
</Node2>
 <Node2>
   <test1>3</test1>
   <test2>50</test1>
</Node2>

I want to get the sum of (in the test case)
2*25 and 3*50
So i want to get a result of 200
How do i do this? 

A recursive template that goes throught Node2 elements, summing the
results of multiplying the child element values. Dimitre propably has
some neat mapping template for this.

Cheers,

Jarno


http://sources.redhat.com/ml/xsl-list/2002-10/msg00271.html



=====
Cheers,

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

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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



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