Re: [xsl] workaround for parameter in include statement?

Subject: Re: [xsl] workaround for parameter in include statement?
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 28 Nov 2002 07:49:44 -0700 (MST)
"Braumüller, Hans" wrote:
> We are trying to code some generic xslt files for our transformation
> process, which are managed by specific settings in various xml files. To get
> everything generic, my idea was to select the path inside the href attribut 
> in my included stylesheets templates, like i do it now for my images and
> javascript files. It is not so complicate to have some hardcoded statements
> for these urls like
> href="/hardcodedWebApplicationDir/hardcodedGlobalDir/getThisGlobalStylesheet.xsl"
> for my stylesheets i want include.

Have you considered using xsl:import?

Put the generic and common templates in the imported stylesheet, put the
overriding and varying templates in the importing stylesheets. Have your
application invoke the appropriate importing stylesheet.

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


Current Thread