Click to See Complete Forum and Search --> : XSL includes


kajosman
04-09-2003, 09:10 AM
Does anyone know how to include an xsl file within an xsl file without having to use the xsl:include at the top level of the document?

khalidali63
04-11-2003, 12:24 AM
There are only 2 statements in XSLT to import an external xsl file

<xsl:import/>
and
<xsl:include>

I don't think there is any other way of doing this.

Cheers

Khalid