xsl-list
[Top] [All Lists]

Re: [xsl] Sort List of Maps By Key Value

2018-09-29 13:22:56
On 29.09.2018 19:57, Eliot Kimber ekimber(_at_)contrext(_dot_)com wrote:
Using XPath 3 maps:

I have a list of maps where all the maps have a key on whose value I want to 
sort the list of maps.

A list? What does that mean in the XPath type system, a sequence of maps, i.e. map(*)*?

Can't you just use
  $maps => sort((), function($m) { $m?sortonme })
?
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

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