Subject: Re: call-template name attribute
From: "Noah Nordrum" <noah@xxxxxxxxxxxxx>
Date: Fri, 14 Apr 2000 17:13:59 -0400
|
Not as far as I know. I tried all kinds of stuff:
<xsl:call-template><xsl:attribute....
<xsl:call-template name="{/@name}" />
but no luck. I ended up using a xsl:choose since the name will always be
known, since you have to have a template for it to process :)
Noah
Paul Bell wrote:
> Hi All, Can the name= attribute in xsl:call-template be a variable?
> For instance <xsl:call-template name="$args"/>...? IE5's msxml3
> complains that I began name with an invalid character. Thanks for your
> help. Cordially, Paul
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|