Re: [xsl] spreadsheet xml and group-starting-with

Subject: Re: [xsl] spreadsheet xml and group-starting-with
From: Fred Christian <fredc@xxxxxxxxxxxxxx>
Date: Thu, 7 Apr 2011 10:14:34 -0700
Thanks Gerrit,
This got me going.

>>        <xsl:for-each-group select="ss:Row"
>> group-starting-with="ss:Cell[1][not(@ss:Index)]">
>
> This is a pattern. You have to specify at which element the grouping should
> start, just as you'd specify a template's match:
>  group-starting-with="ss:Row[not(ss:Cell[1]/@ss:Index)]">

I someone imagined that the context of group-starting-with was a child
of xsl:for-each-group.

Fred

Current Thread