[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Can templates be invoked based on the value of a variable?


Subject: Re: [xsl] Can templates be invoked based on the value of a variable?
From: Michael Ludwig <milu71@xxxxxx>
Date: Wed, 1 Apr 2009 22:27:04 +0200

Michael M|ller-Hillebrand schrieb am 01.04.2009 um 22:14:34 (+0200):
> How about:
> 
> <xsl:template match="item1[$i = '1']">...
> 
> <xsl:template match="item2[$i = '2']">...
> 
> Would that work?

In 2.0, yes.

In 1.0, match patterns may not contain references to variables.

Michael Ludwig


Current Thread