xsl-list
[Top] [All Lists]

Re: [xsl] dynamic template caller problems

2006-07-30 13:39:48

why do you need any of the dyn:evaluate extensions?

don't you just want
<xsl:apply-template select="/root/*[name()=$REQUEST_URI]"/>

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