[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Issue with nested grouping
Subject: Re: [xsl] Issue with nested grouping
From: Geert Bormans <geert@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 02 Dec 2007 21:56:24 +0100
|
Hi Florent,
thanks for your answer.
Your answer completely makes sense.
I actually started off by doing it that way, but it felt too much
XSLT1 at the time.
I imagined that grouping functionality in XSLT2 would lead to a cleaner code.
I ended up wrapping a dummy container around the current-group() and
resubmit the dummy container
This works, but I feel this is so much over the top and clumsy.
Thanks for reassuring that good old recursion is not a bad idea.
I will implement it this way now and will keep you posted
Thanks again
Geert
|