xsl-list
[Top] [All Lists]

how calculate sum(x*y)

2002-10-07 00:44:29
Hello All,

how calculate sum(x*y) ??

IF i try use sum() it say that need only node-list as argument....

I have xml
<root>
  <data>
   <x>2</x>
   <y>3</y>
  </data>
  <data>
   <x>5</x>
   <y>6</y>
  </data>
  .....
<root>


-- 
Best regards,
 Andrey Solo                          
mailto:solo(_at_)ibis(_dot_)odessa(_dot_)ua



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



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