[xsl] generate-id() explanation

Subject: [xsl] generate-id() explanation
From: a kusa <akusa8@xxxxxxxxx>
Date: Mon, 24 May 2010 11:29:49 -0500
Hi

I would like to clarify if my understanding of generate-id() is correct.

A generate-id() when used within an XML document on multiple nodes,
generates unique id values for each of the nodes.

Is this correct?

The reason I am asking is because I am generating ids for a nested
level in an XML document using generate-id() and the requirement is to
generate a unique id for each of the list level elements in one XML
document.

Can the experts please clarify this?

Current Thread