[xsl] how calculate sum(x*y)

Subject: [xsl] how calculate sum(x*y)
From: Андрей Солончук <solo@xxxxxxxxxxxxxx>
Date: Mon, 7 Oct 2002 10:44:29 +0300
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@xxxxxxxxxxxxxx



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


Current Thread