[xsl] generate-id() problem

Subject: [xsl] generate-id() problem
From: "Nima Kaviani" <nkaviani@xxxxxx>
Date: Fri, 24 Nov 2006 00:37:53 -0800
Hi all,

I have a problem with using generate-id()

apparantly, as I see it in my code, generate-id is dependent to the
context and the current location in the xml document. that is, when I
use generate-id() twice and in the same context it returns the same
value though I need two different values!

however, when I use generate-id(../..) or generate-id(/) it returns
some other values to me!

is there anything wrong with my settings and assumptions? do I have
any way around it?

thanks,
-Nima

Current Thread