Re: [xsl] dyn:evaluate question

Subject: Re: [xsl] dyn:evaluate question
From: Emmanouil Batsis <Emmanouil.Batsis@xxxxxxxxxxx>
Date: Wed, 23 Mar 2005 15:06:50 +0200
I think you meant to send this to the cocoon users list; evaluationg cocoon scheme URIs has nothing to do with XSLT ;-)

MAnso



Thorsten Scherler wrote:

Hello list,

I am trying to dynamically include a stylesheet like this:
<xsl:variable name="request">index</xsl:variable>
<xsl:include href="cocoon:/prepare.include.dyn:evaluate($request)"/>

but the dyn:evaluate($request) -part will not get resolved.

As soon I change it to <xsl:include href="cocoon:/prepare.include.index"/>
I get my stylesheets.


Am I using the dyn:evaluate wrong? Are there a workaround?

TIA

Current Thread