RE: [xsl] xsl:include or xsl:import

Subject: RE: [xsl] xsl:include or xsl:import
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 15 Apr 2002 11:05:28 +0100
> 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 ?
>
Import allows the importing module to override the definitions in the
imported module.

Include doesn't.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx


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


Current Thread