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

Re: use-when in the xsl:inlcude

Subject: Re: use-when in the xsl:inlcude
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Thu, 28 Aug 2008 16:01:45 +0100
Re:  use-when in the xsl:inlcude
The usual technique is to have multiple entry point stylesheets and
then conditionally choose one in the host application.

So you'd have:

basic.xsl
<xsl:import href="a.xsl"/>
<xsl:import href="b.xsl"/>

custom.xsl
<xsl:import href="a.xsl"/>
<xsl:import href="b.xsl"/>
<xsl:import href="c.xsl"/>

or just

<xsl:import href="basic.xsl"/>
<xsl:import href="c.xsl"/>

and then just choose between basic.xsl and custom.xsl depending on
someone condition


2008/8/28 Vladimir Nesterovsky <vladimir@xxxxxxxxxxxxxxxxxxxx>:
> Hell,
>
> Is there something I can pass to xslt for it to evaluate that something
> in the use-when attribute in the xsl:inlcude, and xsl:import?
>
> In particular I'm using saxon in java.
>
> P.S. I almost certain that the answer is no, but who knows.
>
> P.P.S. The only way I have found is though an extension function,
> unfortunately stateless, thus useless, unless I use thread statics.
>
> Thanks.
> --
> Vladimir Nesterovsky
> http://www.nesterovsky-bros.com
>
>



-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

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-2011 All Rights Reserved.