[xsl] Top 100 rows and sort them?

Subject: [xsl] Top 100 rows and sort them?
From: "Niklas Holmberg" <Niklas.Holmberg@xxxxxxxxx>
Date: Mon, 5 Jun 2006 13:53:30 +0200
hi!

This is my xml (contains about 400 row elements):
<root>
<row>
<word>Afrikanskt</word>
<number>21</number>
</row>
<row>
<word>Amerikanskt</word>
<number>23</number>
</row>
</root>

what i want to do is to pick the 100 elements that has the largest
"number" and then print them out sorted by "word". is this possible to
do at all with xsl?

thanks!
/niklas




Confidentiality Notice: This e-mail transmission may contain confidential or
legally privileged information that is intended only for the individual or
entity named in the e-mail address. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or reliance
upon the contents of this e-mail is strictly prohibited and may be unlawful.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and delete all copies of this message.

Current Thread