Changes

Jump to navigation Jump to search
45 bytes added ,  10:33, 11 October 2016
no edit summary
==fn:sort==
{{Mark|Updated with Version 8.6}}: Collation argument was inserted between first and second argument.
; Signatures
* <code>fn:sort($input as item()*, $collation as xs:string?, $key as function(item()*) as xs:anyAtomicType*)) as item()*</code>
Returns a new sequence with sorted {{Code|$input}} items, using an optional {{Code|$collation}}. If a sort {{Code|$key}} function is givensupplied, it will be applied on all items. The items of the resulting values will be sorted using the semantics of the {{Code|lt}} expression.
<pre class="brush:xquery">
;Version 8.6
* Updated: Collation argument was inserted between first and second argument.
;Version 8.4
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu