Subject: Re: [xsl] Sort List of Maps By Key Value From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Sat, 29 Sep 2018 18:32:26 -0000 |
On 29.09.2018 19:57, Eliot Kimber ekimber@xxxxxxxxxxxx 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 B $maps => sort((), function($m) { $m?sortonme }) ?
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Sort List of Maps By Key , Martin Honnen martin | Thread | Re: [xsl] Sort List of Maps By Key , Michael Kay mike@xxx |
Re: [xsl] Sort List of Maps By Key , Martin Honnen martin | Date | Re: [xsl] Sort List of Maps By Key , Michael Kay mike@xxx |
Month |