xsl-list
[Top] [All Lists]

Re: Multiple matches against keys?

2004-09-02 01:47:58
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.



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