You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by kb...@informatica.com on 2000/11/18 22:29:49 UTC

xsl include

I have a need to include one stylesheet in another. I want to include the
other xsl file as if.
The problem I am trying to address is that a particular loop in my code
repeats across stylesheets and I want to create a common stylesheet and
include this in all.

Any suggestions.

Kiran


Re: xsl include

Posted by JAX <ja...@hotmail.com>.
hi Kiran,

        U can use the xsl:include or xsl:import 
for dooing this think this helps
Have fun
Nagesh
----- Original Message ----- 
From: <kb...@informatica.com>
To: <xa...@xml.apache.org>
Sent: Saturday, November 18, 2000 1:29 PM
Subject: xsl include


> I have a need to include one stylesheet in another. I want to include the
> other xsl file as if.
> The problem I am trying to address is that a particular loop in my code
> repeats across stylesheets and I want to create a common stylesheet and
> include this in all.
> 
> Any suggestions.
> 
> Kiran
> 
>