Re: [xsl] Random number

Subject: Re: [xsl] Random number
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 24 Sep 2003 08:20:13 -0400
At 2003-09-24 12:25 +0100, Ricardo Saraiva wrote:
I need generate a random number and concatenate with "x" to put like a
ID in a node. These numbers have to be always different.

<node id="x121334">
</node>
<node id="x133543">
</node>

Can somebody help me?

Do they need to be random, or do they just need to be different?


If they just need to be different, and you are creating an output node from a corresponding input node, then use the generate-id() on the input node and you will get a unique value in that run of the stylesheet for every node.

I hope this helps.

................. Ken

--
Next public US delivery:        3-day XSLT/2-day XSL-FO 2003-10-13
Next public European delivery:  3-day XSLT/2-day XSL-FO 2003-11-??
Instructor-led on-site corporate, government & user group training
for XSLT and XSL-FO world-wide:  please contact us for the details

G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                       Definitive XSLT and XPath
ISBN 0-13-140374-5                               Definitive XSL-FO
ISBN 1-894049-08-X   Practical Transformation Using XSLT and XPath
ISBN 1-894049-11-X               Practical Formatting Using XSL-FO
Member of the XML Guild of Practitioners:     http://XMLGuild.info
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc


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



Current Thread