xsl-list
[Top] [All Lists]

[xsl] How to QuickSort a map?

2013-08-29 04:51:42
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


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