xsl-list
[Top] [All Lists]

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

2009-04-01 16:27:34
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--