How to combine group-starting-with and group-by in XSLT 2.0?

micks80

New Member
I need to combine group-starting-with and group-by in XSLT 2.0\[code\]<xsl:for-each-group select="xxx[@attr='yyy']" group-by="@id" group-starting-with="xxx[@attr='yyy']">...</xsl:for-each-group>\[/code\]How to achieve such combination?Thanks.John
 
Back
Top