Re: [xsl] using variable in xsl:include ?

Subject: Re: [xsl] using variable in xsl:include ?
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 26 Feb 2004 07:01:04 -0500
At 2004-02-26 12:10 +0100, Nikolas Nehmer wrote:
is it possible to use a variable in xsl:include

No. The entire suite of stylesheet fragments is processed before the processor even looks at the source file ... the processor needs to know if any instructions in any of the fragments changes the default way it looks at source files, so there is no way that the <xsl:include> can reference anything from any of the source files.


Any suggestions?

Two passes ... the first pass reads your source file and writes out a stylesheet with the desired <xsl:include> statement, then run the source file again with the resulting stylesheet.


I hope this helps.

....................... Ken

--
US XSL training: Washington,DC March 15; San Francisco,CA March 22
World-wide on-site corporate, government & user group XML training
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread