xsl-list
[Top] [All Lists]

[xsl] Top 100 rows and sort them?

2006-06-05 04:53:47

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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>