Re: [xsl] Nested for-each-group and current-group()

Subject: Re: [xsl] Nested for-each-group and current-group()
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 May 2020 14:44:17 -0000
Am 11.05.2020 um 16:34 schrieb Rick Quatro rick@xxxxxxxxxxxxxx:


I am using nested xsl:for-each-group constructs but I don't get the inner <ul> elements. I think I am incorrect in my use of current-grouping-key() or current-group() on the inner group. Thanks in advance.

I think you need to process the child nodes of the current group with e.g. current-group()/* in your inner grouping.

Current Thread