Re: [docbook-apps] docbook-xsl 'graphics'

From
Bob Stayton <>
Date
2009-03-22T19:48:11+00:00
ID
0d0201c9ab27$1dc984b0$6400a8c0@pazu
Thread
Re: [docbook-apps] docbook-xsl 'graphics'
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



----- Original Message ----- 
From: "DavePawson" <>
To: "docbook-apps" <>
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: 
> For additional commands, e-mail: 
>
>
>