Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

can we add numerical values using XSLT

843834Dec 14 2001 — edited Dec 15 2001
Hello,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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2002
Added on Dec 14 2001
3 comments
305 views