Hi Dave,
There are three parameters that help with this:

<xsl:param name="admon.graphics.path">images/</xsl:param>
<xsl:param name="callout.graphics.path">images/callouts/</xsl:param>
<xsl:param name="navig.graphics.path">images/</xsl:param>

These paths are written into the HTML files, so they generally are taken
to be paths relative to the HTML file location.  For example:

<img src="{$callout.graphics.path}{$conum}{$callout.graphics.extension}"

So you could put a permanent location in there instead.

Bob Stayton
Sagehill Enterprises
[email protected]


----- Original Message ----- From: "DavePawson" <[email protected]>
To: "docbook-apps" <[email protected]>
Sent: Sunday, March 22, 2009 3:19 AM
Subject: [docbook-apps] docbook-xsl 'graphics'


Each time I build a new 'book' etc, I have to load up
yet another set of graphics (forward link graphics,
callout numbers etc) to my website.

Is it a reasonable request to provide a param
telling the processor where these are, so I
can load them once to my website and then
reference them in that location?


regards

--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to