Re: [xsl] Problem with generating Unique ids

Subject: Re: [xsl] Problem with generating Unique ids
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 4 Jul 2005 14:06:37 +0100
<foo id="{generate-id()}">
...
</foo>


This generates a unique id for the _input_ node but as long as you
don't generate two result nodes using the same node as the cuurent node
then this should do the job.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread