|
Subject: [xsl] Counting with xsl:key From: Philip Vallone <philip.vallone@xxxxxxxxxxx> Date: Tue, 31 Mar 2009 19:14:56 -0400 |
<xsl:template match="FIGREF">
<fo:basic-link internal-destination="{key('fig-key', @href)/@id}">
<xsl:text>Figure </xsl:text>
<xsl:value-of select="count(key('fig-key', @href))"/>
</fo:basic-link>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Trying to match elements , G. T. Stresen-Reuter | Thread | Re: [xsl] Counting with xsl:key, David Carlisle |
| Re: [xsl] Trying to match elements , G. T. Stresen-Reuter | Date | Re: [xsl] Counting with xsl:key, David Carlisle |
| Month |