|
Subject: [xsl] Treat any template as a function From: Brian Smith <blsmith@xxxxxxxxxxxxxxxxxxx> Date: Wed, 19 Dec 2001 20:32:17 -0600 |
(1)
...
<xsl:variable name='var'>
<xsl:call-template name='bls:my-template'>
<xsl:with-param name='param1' select='...'/>
<xsl:with-param name='param2' select='...'/>
</xsl:call-template>
</xsl:variable>
<xsl:value-of select='$var/*'/>
...
(2):
...
<xsl:value-of select='bls:my-template(param1, param2)'/>
...Thanks, Brian
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Order of template executi, Avula, Raj | Thread | RE: [xsl] RTF and XSLT, Avula, Raj |
| [xsl] Order of template execution, Samuel Abraham | Date | RE: [xsl] RTF and XSLT, Avula, Raj |
| Month |