Subject: RE: Reference to other node
From: "Andrew Welch" <awelch@xxxxxxxxxxxxxxx>
Date: Tue, 18 Jun 2002 09:49:17 +0100
|
<xsl:variable name="id-found"
select="generate-id(//GrilleSimple[local-name()=$name-to-find])"/>
cheers
andrew
-----Original Message-----
From: alexandre bord [mailto:alexandre.bord@xxxxxxxxxx]
Sent: 18 June 2002 09:27
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Reference to other node
How could i better do that ? :
<fo:block>
<xsl:variable name="id-found"><xsl:for-each
select="//GrilleSimple[@Nom=$name-to-find]">
<xsl:value-of select="generate-id()"
/></xsl:for-each></xsl:variable>
This is on page <fo:page-number-citation
ref-id="{$id-found}" />
</fo:block>
* name-to-find is a variable
* xsl:for-each returns only one node
Thanks a lot.
Alexandre
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.350 / Virus Database: 196 - Release Date: 17/04/2002
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.350 / Virus Database: 196 - Release Date: 17/04/2002
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|