Re: [xsl] Dynamically controlling sort order based on values in the XML

Subject: Re: [xsl] Dynamically controlling sort order based on values in the XML
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Sat, 4 Jun 2005 09:29:34 +1000
One way of generic sort on dynamic number of sort keys is described at:

     http://www.biglist.com/lists/xsl-list/archives/200303/msg00007.html

This is a general solution to a problem specified at:

     http://www.biglist.com/lists/xsl-list/archives/200302/msg01279.html


Cheers,
Dimitre Novatchev


On 6/4/05, Aron Bock <aronbock@xxxxxxxxxxx> wrote:
>
> >
> >You can also do it in a single pass by passing the sort column to the
> >stylesheet as a parameter:
> >
> >http://www.xslt.com/html/xsl-list/2005-03/msg01309.html
>
> Sure, when you know the [max] number of columns by which to sort, as at the
> link above.
>
> In this case the OP said the columns to sory by, and to display, for that
> matter, are dynamic.
>
> --A
>
> _________________________________________________________________
> Don't just search. Find. Check out the new MSN Search!
> http://search.msn.click-url.com/go/onm00200636ave/direct/01/

Current Thread