can we add numerical values using XSLT
843834Dec 14 2001 — edited Dec 15 2001Hello,thanks for earlier replies on the related topic.
Here is my question.
In my xml file there are elements that has numerical values
suppose
<rate>3.3</rate>
<quantity>125</quantity>
I am able to get values from XML doc using xslt but now I want to perform some multiplication on those values( addition.subtraction and division for that matter).
Is this possible using xslt.if not how do I do that .do I have to use some java program that after applying this xslt will get the value and perform calculation..I am confused ..please guide..\
Thanks