xsl-list
[Top] [All Lists]

Re: [xsl] Grouping problem

2022-03-29 16:20:12
That was the problem. Thank you very much Martin. I appreciate the quick 
response.

-----Original Message-----
From: Martin Honnen martin(_dot_)honnen(_at_)gmx(_dot_)de 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> 
Sent: Tuesday, March 29, 2022 5:13 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Grouping problem


Am 29.03.2022 um 23:01 schrieb rick(_at_)rickquatro(_dot_)com:
<xsl:for-each-group select="pgf" group-starting-with="@level[.='1']">


Use

   group-starting-with="pgf[@level = 1]"

the same change (i.e. to write pattern to match on the pgf elements in the 
grouping population) needs to be applied to your further grouping of the other 
levels
--~----------------------------------------------------------------
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>