This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Re: keys and unique IDs


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@nag.co.uk>
To: <xsl-list@lists.mulberrytech.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]