[Home] [By Thread] [By Date] [Recent Entries]
On 16/06/2010 01:23, tom schmitter wrote:
<xsl:for-each-group select="*" you only group what you select, and * selects elements. use select="node()" if you want all nodes. This applies to apply-templates or for-each (any xpath expression) as well as for-each-group. David
|

Cart



