User Tools

Site Tools


org.gramar.base:xfn.sort

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

org.gramar.base:xfn.sort [2016/06/27 20:35] (current)
Line 1: Line 1:
 +
 +==== sort() Function ====
 +
 +The sort() function sorts and returns the given collection using the key XPath expression to calculate a sort key for each node in the collection.
 +
 +
 +^ Argument ​     ^ Kind   ^ Required ​   ^ Purpose ​         ^
 +|**collection** ​ |nodes ​ |yes  |an XPath expression that resolves to a collection of nodes   |
 +|**key** ​ |string ​ |yes  |a string containing an XPath expression that resolves to a key value for a given node   |
 +|**options** ​ |string ​ |no  |contains some combination of "​asc",​ "​desc",​ "​string"​ and "​number"​. ​ Defaults to "​string asc" ​  |
 +
 +=== Usage and examples ===
 +
 +Place a ...
 +
 +Return to [[org.gramar.base:​index|index]]
 +
 +
 +
 +
  
org.gramar.base/xfn.sort.txt ยท Last modified: 2016/06/27 20:35 (external edit)