xsl-list
[Top] [All Lists]

Re: [xsl] Double muenchian grouping...

2007-12-12 07:54:25
batis batuus wrote:

Now i want to add grouping using 'year' , i want to get  something like:

Publication list :
2002a:
Mathematics :
.....
.....
History :
.....
.....
Others :
.....
.....

2002b:
Mathematics :
.....
.....
History :
.....
.....
Others :
.....
.....

Which mean using double grouping....
I tried to do the same thing but i doesn't work... and it's more complicated...

Here <URL:http://www.biglist.com/lists/xsl-list/archives/200101/msg00070.html> is an example for two level grouping. Basically you need two keys, the first for the year, the second concatenating the year and the field.


--

        Martin Honnen
        http://JavaScript.FAQTs.com/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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