Re: [xsl] order-by vs xsl:sort

Subject: Re: [xsl] order-by vs xsl:sort
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 29 Apr 2005 13:56:13 +0100
let $ci :=count($is) return
let $cj :=count($js) return
for $n in (0 to ($ci * $cj -1)
                           ^^
let $i :=$is[$n  mod $ci)+1]
let $j := $js[($n idiv $ci) +1]
order by f($i, $j)
return
g($i,$j)

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread