Subject: Re: import, xslt 2.1
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Sat, 13 Mar 2010 13:32:25 +0000 (GMT)
|
Dave Pawson wrote:
> I have access to the fxsl library of xsl functions.
>
Depending on use, i.e. where in my system it exists
> I want to use
>
<xsl:import href="f/name.xsl"/>
> or
> <xsl:import
href="/temp/fxslt-lib/f/name.xsl"/>
But in the case of FXSL, if I am right,
you can always use the
relative URI, can't you? As they are always in the
same
directory. Either stylesheets in f/ are importing stylesheets in
f/, or
stylesheets in f/ or Tests/ are importing stylesheets in
either f/ or Tests/,
so they can use either ../f/xxx.xsl or
../Tests/xxx.xsl, can't they?
I
maybe missed something though. If I did, can you provide a
concrete case
where there is a problem?
Regards,
--
Florent Georges
http://www.fgeorges.org/
|