Re: [xsl] dyn:evaluate question

Subject: Re: [xsl] dyn:evaluate question
From: Thorsten Scherler <thorsten@xxxxxxxxxx>
Date: Wed, 23 Mar 2005 14:19:52 +0100
On Wed, 2005-03-23 at 15:06 +0200, Emmanouil Batsis wrote:
> I think you meant to send this to the cocoon users list; evaluationg 
> cocoon scheme URIs has nothing to do with XSLT ;-)
> 
> MAnso
> 

hehe, no because when I use 
<xsl:include
href="http://localhost:8888/prepare.include.dyn:evaluate($request)"/>
  <xsl:include
href="http://localhost:8888/prepare.xhtml.dyn:evaluate($request)"/>


It is the same problem. I also tested with file:/ and it is the same.

That is why I think e.g. ...xhtml.dyn:evaluate($request) is the problem.

salu2

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

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)

Current Thread