|
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:22:33 -0000 |
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.
Can't you just use
$maps => sort((), function($m) { $m?sortonme })
?| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Sort List of Maps By Key Valu, Eliot Kimber ekimber | Thread | Re: [xsl] Sort List of Maps By Key , Martin Honnen martin |
| [xsl] Sort List of Maps By Key Valu, Eliot Kimber ekimber | Date | Re: [xsl] Sort List of Maps By Key , Martin Honnen martin |
| Month |