xsl-list
[Top] [All Lists]

Re: [xsl] for-each-group - only get elements in each group

2016-01-20 11:38:31
<xsl:template match="Cases">
        <xsl:for-each-group select="Story"

your example document didn't have a Cases element (it had cases) and didn't
have Story (or story) so the template doesn't match and if it had matched
it would have made no output.
--~----------------------------------------------------------------
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>