[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: dyn:evaluate question

Subject: Re: dyn:evaluate question
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 23 Mar 2005 13:33:27 +0000
dyn evaluate java
>>>>> "Thorsten" == Thorsten Scherler <thorsten@xxxxxxxxxx> 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?

Another possibility is (if you are using an XSLT 2.0 processor, and
you can use Saxon 8 within Cocoon, so that is possible) to code a
series of xsl:include statement, each with a use-when attribute.

Of course, this will only work if there is a fixed set of possible
values for the request (and it sounds like there is, in your example).
Now, you cannot use a stylesheet parameter to pass in the request
value, because no variables are available when evaluating use-when.

But you CAN use system-property() function, with a Java system property (at least
with Saxon), so this might be possible for you.
-- 
Colin Paul Adams
Preston Lancashire

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.