This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

how calculate sum(x*y)


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@ibis.odessa.ua



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]