xsl-list
[Top] [All Lists]

RE: xsl:include of a variable file

2002-11-04 07:56:48
From: Jo Bourne [mailto:venus(_at_)va(_dot_)com(_dot_)au]
Sent: Monday, November 04, 2002 5:47 AM
Subject: [xsl] xsl:include of a variable file


Hi,

I need to include one xsl in another based on a variable 
(which happens to be the name of the xsl I wish to include). 

<xsl:include href="$something"/>

does not seem to work, although <xsl:value-of 
select="$something"/> does output the correct filename. what 
is the right way to do this? I assume I am misunderstanding 
how to use the variable.

XSLT prohibits the use of variables in xsl:include or xsl:import elements.
Variables are assigned at run-time, but import/include elements are
processed when the stylesheet is compiled, so their href values must be
defined explicitly.

See http://www.dpawson.co.uk/xsl/sect2/nono.html#d1243e280.

cheers,
b.

| brian martinez                              
brian(_dot_)martinez(_at_)trip(_dot_)com |
| senior gui programmer                                  303.708.7248 |
| trip network, inc.                                 fax 303.790.9350 |
| 6436 s. racine cir.                             englewood, co 80111 |
| http://www.cheaptickets.com/                   http://www.trip.com/ |

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



<Prev in Thread] Current Thread [Next in Thread>