xsl-list
[Top] [All Lists]

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

2011-04-07 12:15:09
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>