xsl-list
[Top] [All Lists]

Re: Dynamic import / include?

2005-07-26 08:44:14

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
________________________________________________________________________

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