Re: [xsl] Conditional Include statements

Subject: Re: [xsl] Conditional Include statements
From: Mukul Gandhi <gandhi.mukul@xxxxxxxxx>
Date: Tue, 31 Mar 2009 12:14:31 +0530
On Tue, Mar 31, 2009 at 11:23 AM, Tony Rowe <tony.rowe@xxxxxxxxxxxxxx> wrote:
> <xsl:include href="HLP xxx.xslt"/>
> ...
>
> But is it possible that I can put this include statement within a Template match, based upon some variable value?

xsl:include can only be specified as a direct child of xsl:stylesheet
element (please, see http://www.w3.org/TR/xslt#include. "The
xsl:include element is only allowed as a top-level element.")


-- 
Regards,
Mukul Gandhi

Current Thread