Posted By:
faycal_loulidi
Posted On:
Wednesday, March 12, 2003 07:40 AM
hi, i am interested in transforming an xml document into another using xslt. the transformation of the xml document depends on the value of some nodes. i would like to know if it is possible to do some calculation using xslt and how far it goes. for example: input.xml 1 2 output.xml 1 2 3 <!sum = 1 + 2> thanks
More>>
hi,
i am interested in transforming an xml document into another using xslt. the transformation of the xml document depends on the value of some nodes.
i would like to know if it is possible to do some calculation using xslt and how far it goes. for example:
input.xml
1
2
output.xml
1
2
3
<!sum = 1 + 2>
thanks
<<Less