|
Subject: Variables and Template Calls From: "Rick Maddy" <rmaddy@xxxxxxxxxxxxxxxxx> Date: Tue, 7 Mar 2000 10:32:50 -0700 |
I am trying to update some XSL files originally written before the XSLT
Version 1.0 Recommendation.
I have some XSLT code such as:
<xsl:variable name="ID" select="somePath"/>
<xsl:call-template name="base_{$ID}"/>
This used to work with LotusXSL 0.18.4
I am trying to update this XSL to work with Xalan 0.19.5. I get an error on
the old XSL that it can't find the template named 'base_{$ID}'. It appears
the expansion doesn't work anymore. ID can have hundreds of values so
translating this into a xsl:choose block isn't an option.
Any ideas?
Thanks,
Rick
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: probably a stupid question, Carole E. Mah | Thread | Re: Variables and Template Calls, David Carlisle |
| Re: probably a stupid question, David Carlisle | Date | Re: Variables and Template Calls, David Carlisle |
| Month |