|
Subject: [xsl] parameter from a child template? From: longjohn <longjohn@xxxxxxxxxxxx> Date: Fri, 26 Apr 2002 15:56:08 +0200 |
<xsl:template match="TEMP1" >
...
<xsl:variable name="var" value="TEM"/>
<xsl:call-template name="TEMP2"/>
</xsl:template><xsl:template match="TEMP2" > <xsl:value-of select="$var"/> <!-- $var not found !!!!!! --> .....
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Dynamic xsl:value-of, Michael Kay | Thread | RE: [xsl] parameter from a child te, Najmi, Jamal |
| Re: RE: [xsl] javascript variable i, Thomas B. Passin | Date | RE: [xsl] parameter from a child te, Najmi, Jamal |
| Month |