Subject: Re: xml:base, resolve-uri and imported xslt files: how to get the importing base url from imported xslt
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Mon, 09 Oct 2006 16:54:30 +0200
|
Then in specific.xslt you can override $pathToConfig with whatever you
want, eg:
<xsl:variable nam="pathToConfig" select="concat('../../',
$param-config-url)"/>
Aha! There come in the precedence rules! Funny, never realized I could
redeclare and/or override parameters/variables. Let's try to make that
work.
|