[Home] [By Thread] [By Date] [Recent Entries]
Mark Wilson wrote:
<xsl:for-each-group select="Item" group-by="concat(Prefix, CatalogNumber, Range)"> I think you want to move the above xsl:apply-templates outside of the xsl:for-each to ensure it is only done once for each group but not for each Item in each group. <xsl:apply-templates select="Title" mode="do"/> -- Martin Honnen http://msmvps.com/blogs/martin_honnen/
|

Cart



