1 <refentry xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 version="5.0" xml:id="callout.graphics.path">
8 <refentrytitle>callout.graphics.path</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
12 <refname>callout.graphics.path</refname>
13 <refpurpose>Path to callout graphics</refpurpose>
17 <src:fragment xml:id="callout.graphics.path.frag">
18 <xsl:param name="callout.graphics.path">images/callouts/</xsl:param>
22 <refsection><info><title>Description</title></info>
24 <para>Sets the path to the directory holding the callout graphics. his
25 location is normally relative to the output html directory. see
26 base.dir. Always terminate the directory with / since the graphic file
27 is appended to this string, hence needs the separator.