Re: [xsl] Re: keys and unique IDs

Subject: Re: [xsl] Re: keys and unique IDs
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Mon, 19 Mar 2001 09:35:45 -0800
yep, I assumed (arrrgghhh) that when I generated the ID in two different
templates it would be different.  Sorry for the basic question.

Thanks

----- Original Message -----
From: "David Carlisle" <davidc@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, March 19, 2001 9:26 AM
Subject: Re: [xsl] Re: keys and unique IDs


>
> > 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
>


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


Current Thread