|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Is there a better way to , Kamal | Thread | Re: [xsl] What do these expressions, Martin Honnen |
| Re: [xsl] XSLT processor for Mac OS, Robert Koberg | Date | [xsl] What does this XPath expressi, Z W |
| Month |