xsl-list
[Top] [All Lists]

[xsl] What do these expressions mean ?

2008-03-22 04:18:39
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>