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]

how to call a named template with a variable's value


Hiya. I'm looking to call a named template like this:

<param name="template-name"/>

<call-template name="$template-name">
 <with-param name="foo">bar</with-param>
</call-template>

unfortunately, it doesn't work, at least not with Xalan. Is there an
alternate way I could do this? I just want to invoke one out of a set of
templates based on the value of a variable at runtime.

- donald


 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]