Re: [xsl] generating a repeatable unique id

Subject: Re: [xsl] generating a repeatable unique id
From: "Sebastian Rahtz" <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 29 Jul 2001 21:27:22 +0100
Alexander Gutman writes:

 > You may add "id" attributes to your div's (e.g., via generate-id)
 > during the first transformation and then use them in subsequent
 > transformations.

The cost of two transformations each time a document is requested from
my web site seems excessive :-} ... and I'd not want the web server to
rewrite files back on disk. I guess a check and possible
transformation before a document is allowed onto the web site would be
plausible.

 > Another approach concerns implementing a custom extension function
 > wich does the work (this can be less costly than a purely XSLT solution).

that is actually more attractive, I confess

sebastian



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


Current Thread