Re: [xsl] generate an id

Subject: Re: [xsl] generate an id
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Mon, 11 Jul 2005 15:16:16 +0200
Hi,

Generate-id() function bases its id's on the current context node. You can supply an XPath as parameter to select another node to base the id on.

Can you supply a larger snippet of your XSL. At least the xsl-template in which you use the function?

Cheers,
Geert

Ali Choumane wrote:


Hi,


I am using the XPath function "generate-id()", obviously to give an xml id to some node in the target document as folowing:
...
<sentence>
<xsl:attribute name="stamp">
<xsl:value-of select="generate-id()"/>
</xsl:attribute>
...
</sentence>
...


But in the result, all the attribut "stamp" generated have the same value !!!
Can you help me?


Tx

Ali,

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/




-- Geert.Josten@xxxxxxxxxxx IT-consultant at Daidalos BV, Bleiswijk (NL)

http://www.daidalos.nl/
tel:+31-(0)10-850 12 00
fax:+31-(0)10-850 11 99

GPG: 1024D/12DEBB50

Current Thread