Re: [xsl] Multiple matches against keys?

Subject: Re: [xsl] Multiple matches against keys?
From: Kevin Jones <kjones@xxxxxxxxxxx>
Date: Thu, 2 Sep 2004 09:47:58 +0100
On Thursday 02 September 2004 03:14, Ramon M. Felciano @ Yahoo wrote:
>
> This is almost right -- it gives me the right grouping, but the sort
> order is wrong. How can I get that outer loop to sort the contexts
> alphabetically? Do I need to make the outer loop iterate over the sorted
> contexts first?
>

Yep, If you flatten the two loops into one that selects over '/tasks/task/
context' and sort on '.' then that will work. I think I just used two loops 
as it was the obvious way to split the original code, but one is fine as long 
as it is over the 'context' items.

Kev.

Current Thread