xsl-list
[Top] [All Lists]

Re: [xsl] Grouping problem

2022-03-29 16:13:00

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>