On Dec 30, 2006, at 5:02 AM, Mauritz Jeanson wrote:
> Have you looked into XML catalogs? They allow you to
use a generic
> URI in a
> stylesheet's <xsl:import> and have a catalog
resolver remap the URI
> to a
> local path at runtime. See
> h
ttp://wiki.docbook.org/topic/DocBookAndXmlCatalogs
Perfect! Ant has built-in support for XML catalogs, so all I
had to
do was add this to the Xslt call:
<xmlcatalog>
<entity publicId="parameters.xsl"
location="path-to-parameters-
file"/>
</xmlcatalog>
Problem solved; thanks to all for your help!
Trevor
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|