Re: [xsl] Top 100 rows and sort them?

Subject: Re: [xsl] Top 100 rows and sort them?
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Mon, 5 Jun 2006 08:50:14 -0700
You do not specify what is to be done if more than one "row" elements
having the same value for "number"

For example, if there are 103 "row" elements having the maximum value
for "number", should all of them be output or should only 100 of them
be output (if so, exactly which)?


-- Cheers, Dimitre Novatchev --------------------------------------- Truly great madness cannot be achieved without significant intelligence.


On 6/5/06, Niklas Holmberg <Niklas.Holmberg@xxxxxxxxx> wrote:

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