This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: call-template name attribute



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]