Re: [xsl] Dynamic import / include?

Subject: Re: [xsl] Dynamic import / include?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 26 Jul 2005 16:44:14 +0100
> Is there an easy way of doing this at all?

No. xsl:import and xsl:include are compile time directives, they are
resolved before xslt starts to process the source.

You can control the flow of execution depending on a value in the source
in other ways, or even if necessary first use xxlst to generate a
one-off stylesheet using the source as input.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread