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

Subject: Re: [xsl] Nested for-each-group and current-group()
From: "Liam R. E. Quin liam@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 May 2020 16:36:00 -0000
On Mon, 2020-05-11 at 15:47 +0000, Wendell Piez wapiez@xxxxxxxxxxxxxxx
wrote:
> Hi,
> 
> Alternatively, if you wish to continue using xsl:apply-templates
> idiomatically and capture all nodes in traversal without the ungainly
> "current-group()/node()", you could write
> 
> <xsl:for-each select="current-group()">
>   <xsl:apply-templates/>
> </xsl:for-each>

This does something slightly different in the presence of comments  and
processing instructions i think. THe coffee hasn't worked here yet.

Also, Rick already has <xsl:apply-templates select="current-group()">
elsewhere in their XSLT :)

Liam

-- 
Liam Quin, https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Barefoot Web-slave, antique illustrations:  http://www.fromoldbooks.org

Current Thread