xsl-list
[Top] [All Lists]

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

2020-05-11 09:44:24
Am 11.05.2020 um 16:34 schrieb Rick Quatro rick(_at_)rickquatro(_dot_)com:


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.



--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

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