[
Lists Home |
Date Index |
Thread Index
]
I am currently trying to solve the problem using the XmlResolver.
Though, this has to be inherited from the base class to make it read
from the web.config
But I'll get it to work.
Thanks,
Gerben.
-----Original Message-----
From: Michael Kay [mailto:michael.h.kay@ntlworld.com]
Sent: donderdag 12 augustus 2004 9:43
To: 'Thomas B. Passin'; xml-dev@lists.xml.org
Subject: RE: [xml-dev] XSLT: Variable href in <xsl:import>
>
> There is another approach that does not involve a URIResolver at all.
> After changing the location of the imports, just have either a batch
> file or the program itself rewrite the imports section of the
> stylesheet with the current paths, as obtained from the configuration
> file. You could actually do this each time you run the program.
>
> You could also do it with another xslt stylesheet, for that matter,
> but it would probably be easier to do with a bit of code.
Yes, this is certainly an option: but you need to be aware that
recompiling a stylesheet every time you run it is rather inefficient.
I can't see why anyone who knows XSLT would choose to do this with "a
bit of code" rather than with XSLT.
Michael Kay
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://www.oasis-open.org/mlmanage/index.php>
|