xsl-list
[Top] [All Lists]

Re: [xsl] dynamic template caller problems

2006-07-30 13:23:35


just use
<xsl:apply-templates/>

and have (eg)
<xsl:template match="page2[(_at_)template='template_b']">

no need to make it difficult by using template names here.

David

--~------------------------------------------------------------------
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>
--~--