[xsl] What do these expressions mean ?

Subject: [xsl] What do these expressions mean ?
From: "Z W" <mpc8250@xxxxxxxxx>
Date: Sat, 22 Mar 2008 04:18:17 -0700
Hi
XSLT newbie here.
What do each of these mean ?


<xsl:apply-templates select="sampleResult[generate-id() =
generate-id(key('group', @label)[1])]"/>


<xsl:template match="sampleResult">
      <xsl:value-of select="@label"/>
      <xsl:for-each select="key('group', @label)">

      </xsl:for-each>
<xsl:template/>


I like to incorporate this but I already have another for-each that
loops through the labels.

Many thanks

Current Thread