Subject: Re: [xsl] How to use generate-id() inside an xsl:function without a node available? From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx> Date: Tue, 27 Feb 2007 22:27:59 +0000 |
<xsl:for-each select="(1 to 20)" > <xsl:variable name="id-node"><some-node /></xsl:variable> <some-elem id="{generate-id($id-node)}" /> </xsl:for-each>
Out of interest, how can you call a function multiple times and not be able to create an ID in the code in the code that makes the call?
For example, in the above code snippet you have (1 to 20) to use. If you were iterating over nodes you could use them. In a recursive named template you could use the value you're recursing with etc...
My point is - in what situation would you need to create a node to call generate-id() on?
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] How to use generate-id() , Michael Kay | Thread | Re: [xsl] How to use generate-id() , Abel Braaksma |
RE: [xsl] How to use generate-id() , Michael Kay | Date | Re: [xsl] How to use generate-id() , Abel Braaksma |
Month |