[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: 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 bobs@sagehill.net ----- Original Message ----- From: "DavePawson" <davep@dpawson.co.uk> To: "docbook-apps" <docbook-apps@lists.oasis-open.org> 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: docbook-apps-unsubscribe@lists.oasis-open.org > For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org > > >
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]