RE: [xsl] XSLT sort

Subject: RE: [xsl] XSLT sort
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 21 May 2004 11:06:26 +0100
> Is the sort element in XSLT depended on how sorted the 
> document are from 
> the beginning? Like the QuickSort algorithm, when a already 
> sorted array 
> takes less time to sort then a array thats not?

That depends entirely on the implementation. Saxon uses QuickSort, but other
products can do what they like.

Michael Kay

Current Thread