Changes

Jump to navigation Jump to search
No change in size ,  02:56, 1 March 2012
|-
| valign='top' width='90' | '''Signatures'''
|<code><b>hof:top-k-by</b>($seq as item()*, $sort-key as function(item()) as item(), $k as xs:integer, $seq as item()*) as item()*</code>
|-
| valign='top' | '''Summary'''
| valign='top' | '''Examples'''
|
* <code>hof:top-k-by(1 to 1000, hof:id#1, 5, 1 to 1000)</code> returns <code>1000 999 998 997 996</code>* <code>hof:top-k-by(1 to 1000, function($x) { -$x }, 3, 1 to 1000)</code> returns <code>1 2 3</code>* <code>hof:top-k-by(xs:integer#1, 2, <x a='1' b='2' c='3'/>/@*, xs:integer#1, 2)/node-name()</code> returns <code>c b</code>
|}
editor, reviewer
33

edits

Navigation menu