[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] docbook-xsl 'graphics'
Bob Stayton wrote:
> 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.
Permanent as in absolute?
If I use /graphics/docbook would that work
a) as file:/// on disk or
b) as http://mysite/ on my website?
Or would that be down to the browser?
I'll use http:// to make sure it works on the site.
Thanks Bob.
Another problem solved ages ago :-(
regards
--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]