Next in thread → Next in month →

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

From
DavePawson <>
Date
2009-03-23T07:49:50+00:00
ID
Thread
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
Next in thread → Next in month →