xsl-list
[Top] [All Lists]

Re: dyn:evaluate question

2005-03-23 06:13:30
"Thorsten" == Thorsten Scherler <thorsten(_at_)apache(_dot_)org> writes:

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

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

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

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

The href attribute is not an attribute-value-template, so you can't do
this.
You could generate the stylesheet from another stylesheet, though.
-- 
Colin Paul Adams
Preston Lancashire

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