xsl-list
[Top] [All Lists]

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

2018-05-09 13:54:58
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>