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

Subject: Re: [xsl] for-each-group - only get elements in each group
From: "David Carlisle d.p.carlisle@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 20 Jan 2016 17:38:26 -0000
<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.

Current Thread