Posted By:
Suru_Panda
Posted On:
Monday, June 14, 2004 10:38 PM
This is my existing xml file. 1 abc 34 5 2 2 4 6 43 23 5 I want another xml file with (the sum of price) like below using xsl stylesheet : 1 abc sum(sales/price) 34 5 2 2 4 6 43 23 5 Thanks Suru.
More>>
This is my existing xml file.
1
abc
34
5
2
2
4
6
43
23
5
I want another xml file with
(the sum of price)
like below using xsl stylesheet :
1
abc
sum(sales/price)
34
5
2
2
4
6
43
23
5
Thanks
Suru.
<<Less