xsl-list
[Top] [All Lists]

Re: [xsl] xml:base, resolve-uri and imported xslt files: how to get the importing base url from imported xslt

2006-10-09 07:55:11



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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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