xsl-list
[Top] [All Lists]

Re: workaround for parameter in include statement?

2002-11-28 07:49:44
"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



<Prev in Thread] Current Thread [Next in Thread>