Subject: Re: xsl:include or xsl:import
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Mon, 15 Apr 2002 12:58:19 +0100
|
Hello Sébastien,
----- Original Message -----
From: "Sébastien Tisserant" <stisserant@xxxxxxxxxxxxxxx>
> hello,
> i have a main xsl file
> i set variables in a second xsl file
> to use these variable in the main xsl file
> should i use xsl:include or xsl:import ?
> what's difference between using one or the other ?
why not read the spec ?
http://www.w3.org/TR/xslt#section-Combining-Stylesheets
also there exists an XSLT FAQ on the subjects
import
http://www.dpawson.co.uk/xsl/sect2/N4738.html
include
http://www.dpawson.co.uk/xsl/sect2/N4760.html
cheers, jim fuller
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|