Subject: dyn:evaluate question
From: Thorsten Scherler <thorsten@xxxxxxxxxx>
Date: Wed, 23 Mar 2005 13:59:45 +0100
|
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
--
thorsten
"Together we stand, divided we fall!"
Hey you (Pink Floyd)
|