Subject: Re: [xsl] Variable scope when using imported stylesheets From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Tue, 24 Aug 2004 16:53:07 -0400 |
I think what I can do is to declare the variables within the imported template and thus get my abbreviation:
<xsl:template> <xsl:for-each select="baseDboFileReference"> <xsl:call-template name="calledOne" /> </xsl:for-each> </xsl:template>
<xsl:template name="calledOne"> <xsl:variable name="runOutOfIdeas" select="FileRefEval" /> [siblings] </xsl:template>
<xsl:template match=" "> <xsl:apply-templates select="baseDboFileReference"/> </xsl:template>
<xsl:template match="baseDboFileReference"> <xsl:variable name="runOutOfIdeas" select="FileRefEval" /> [siblings] </xsl:template>
Cheers, Wendell
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Variable scope when using, David Carlisle | Thread | Re: [xsl] Variable scope when using, Wendell Piez |
Re: [xsl] Variable scope when using, Wendell Piez | Date | Re: [xsl] This is just to say ..., Wendell Piez |
Month |