[Home] [By Thread] [By Date] [Recent Entries]
Rick Quatro rick@xxxxxxxxxxxxxx wrote:
If you use <xsl:for-each-group select="Story/Category" group-by="."> <category><xsl:copy-of select="current-grouping-key()"/></category> <xsl:apply-templates select="current-group()/following-sibling::Case[1]"/> </xsl:for-each-group> then I think, for your sample, you will get the wanted result. But I am not sure how you want to relate "Category" and "Case" elements.
|

Cart



