[xsl] sort and sum

Subject: [xsl] sort and sum
From: "Maneshi Tuli" <maneshi.tuli@xxxxxx>
Date: Fri, 30 Nov 2001 12:01:48 -0500

Hi ,
i want to get the sum for elements after 10 top  elements

my xml is like this
< sproot >
      <row num='1'>
          <col num='1'>19</col>
     </row>
      <row num='2'>
          <col num='1'>11</col>
     </row>
    ...

</sproot>

i want to get the sum on col after the 10th top position
means i want to sort first on col , after that i want to get sum after 10 position


plz any body can help me in that





Maneshi Tuli
  212-454-1646 (O)
  732 -882-0353(H)



--

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.



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


Current Thread