xsl-list
[Top] [All Lists]

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

2020-05-11 11:36:08
On Mon, 2020-05-11 at 15:47 +0000, Wendell Piez 
wapiez(_at_)wendellpiez(_dot_)com
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
--~----------------------------------------------------------------
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>