Re: [xsl] Re: keys and unique IDs

Subject: Re: [xsl] Re: keys and unique IDs
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 19 Mar 2001 17:26:12 GMT
> Is there a way to generate unique IDs for each node in an XML document and
> then when you match that node can you retrieve the key's value (the UID)?

Isn't this exactly what generate-id() does?

<xsl:template match="*">
 <xsl:value-of select="generate-id()"/>
</xsl:template>

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread