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]

Variables and Template Calls


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

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