[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] dynamic template caller problems
Subject: Re: [xsl] dynamic template caller problems
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 30 Jul 2006 21:23:11 +0100
|
just use
<xsl:apply-templates/>
and have (eg)
<xsl:template match="page2[@template='template_b']">
no need to make it difficult by using template names here.
David
|