|
Subject: [xsl] How to QuickSort a map? From: "Costello, Roger L." <costello@xxxxxxxxx> Date: Thu, 29 Aug 2013 09:51:27 +0000 |
Sean Durkin wrote:
> XPath 3 can now implement QuickSort in 3 lines of code.
Sean (or anyone) would you show how to implement the QuickSort please?
That is, would you replace the ??? in the below function with the code
please?
---------------------------------------------------------------------
<xsl:function name="f:sort-map" as="map(xs:anyAtomicType, item()*)">
<xsl:param name="m" as="map(xs:anyAtomicType, item()*)" />
???
</xsl:function>
---------------------------------------------------------------------
/Roger
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Challenge: do better than, sean | Thread | Re: [xsl] How to QuickSort a map?, Sean B. Durkin |
| RE: [xsl] Challenge: do better than, Costello, Roger L. | Date | Re: [xsl] Possible to have bottom b, Wolfgang Laun |
| Month |