|
Subject: Re: [xsl] Using Variable in Template Matching.... From: Joerg Heinicke <joerg.heinicke@xxxxxx> Date: Sat, 22 Jun 2002 12:25:50 +0200 |
>>> Can i do >>> <xsl:apply-templates match="$param"/> >>> >>> and.... >>> >>> <xsl:template match="$param"/> >>> > On Sat, 22 Jun 2002 Michael Kay wrote : > >> What is the value of the parameter? A node-set? An element name? A >> general XPath expression? >> Prince Ohilip wrote:
It is an Element Name
<xsl:template match="*">
<xsl:choose>
<xsl:when test="name() = $param">
</xsl:when>
<xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: RE: [xsl] Using Variable in Tem, Prince Ohilip | Thread | RE: RE: [xsl] Using Variable in Tem, Hunsberger, Peter |
| Re: [xsl] Grouping using a Child No, James Fuller | Date | [xsl] Column widths, Gustaf Liljegren |
| Month |