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
|