Re: [xsl] How to use generate-id() inside an xsl:function without a node available?

Subject: Re: [xsl] How to use generate-id() inside an xsl:function without a node available?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 27 Feb 2007 21:57:35 GMT
slight correction...

I wrote

>  You don't need an element at all of course, a
> text node will do


wih is true, but I gave the example

 <xsl:variable name="myNode">x</xsl:variable>

which returns a document node not a text node (not taht it matters much
for the intended use)

David

Current Thread