xsl-list
[Top] [All Lists]

Re: [xsl] Getting text nodes from the current-group()

2018-05-09 19:57:12
Thanks to you and David, that got me started in the right direction.

-----Original Message-----
From: Imsieke, Gerrit, le-tex gerrit(_dot_)imsieke(_at_)le-tex(_dot_)de 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> 
Sent: Wednesday, May 09, 2018 2:55 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Getting text nodes from the current-group()

Have you considered writing

<xsl:for-each-group select="node()" group-starting-with="verse[@sID]">

instead of

<xsl:for-each-group select="*" group-starting-with="verse[@sID]">

?
--~----------------------------------------------------------------
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>