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

Subject: Re: [xsl] xml:base, resolve-uri and imported xslt files: how to get the importing base url from imported xslt
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 9 Oct 2006 16:07:06 +0100
why have a param-config-url param at all? Can't you just make the
parameter in your common styleshete be the configuration document itself
(rather than a relative URl to that document) Then in your top level
stylesheet just set the parameter to that document using doc(a URI to
the file) and that will be the definition used, because of import
precedence.

David

Current Thread