xsl-list
[Top] [All Lists]

Re: dyn:evaluate question

2005-03-23 06:19:52
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
 



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

-- 
thorsten

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


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



<Prev in Thread] Current Thread [Next in Thread>