|
Subject: Global variables and changing within templates From: "Pady Srinivasan" <pady@xxxxxxxxxxxxx> Date: Wed, 9 Feb 2000 21:41:22 -0400 (EST) |
|
If I define a global variable, how can I pass it to a
template, change it within the template, and be able to access the new value for
the variable after the template processing is complete ?
<xsl:variable name="glovar" select="test"/>
<xsl:template match="/">
<xsl:apply-templates
select="TEST"/>
<xsl:value-of
select="$glovar"/> <!--- Prints "newval" here
-->
</xsl:template>
<xsl:template match="TEST">
<!--- change glovar here -->
<xsl:variable name="glovar"
select="newval"/>
</xsl:template>
Thanks
Pady
|
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: Using a variable for node name , Steve Tinney | Thread | Re: Global variables and changing w, Steve Tinney |
| RE: how to do hyperlink with xml + , Jia Ming Li | Date | Filtering using XSL, tmmet tvp |
| Month |