Re: [xsl] import, xslt 2.1

Subject: Re: [xsl] import, xslt 2.1
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Sat, 13 Mar 2010 14:21:46 +0000 (GMT)
Dave Pawson wrote:

> Simple question, if I want to use fxsl library from 3
different
> places on my machine,
> Must I have literal strings in the href
attribute, or can I
> vary it.

  But in that case you do not have to be able
to change the URI
within the same import statement.  You have to write the
correct
import URI in each of your 3 using stylesheets.  The FXSL
stylesheets
can remain the same.

  Thus so far, I still do not see exactly why you need
an AVT for
xsl:import/@href.

  If you don't want to use different URIs in the
importing
stylesheets, you can also use a cataloging system or a packaging
system like the one from EXPath ;-)

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/

Current Thread