Re: [xsl] Using xsl:iterate inside <xsl:for-each-group> xslt 3.0

Subject: Re: [xsl] Using xsl:iterate inside <xsl:for-each-group> xslt 3.0
From: "Terry Ofner tdofner@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 19 Aug 2020 13:36:40 -0000
That one does it perfectly. Thanks.

By replacing the $p in the map:merge(($p b& with ., the two maps are merged.
Is that how this works?

Maps are black boxes to me. Is there a way to bseeb inside? With a
variable, you can do a copy-of to see if everything is okay in there. When I
try to copy a map I get an error.

Thanks again for all the help.
>
>      <xsl:apply-templates
>        select="for $p in p[@class = 'nl']
>                return $groups
>                       !
>                       map:merge(
>                         (.,
>                          map { 'p' : $p })
>                       )"/>

Current Thread