]> granicus.if.org Git - docbook-dsssl/commitdiff
More explanation of relative paths in glossary.collection.
authorBob Stayton <bobs@sagehill.net>
Sat, 17 Mar 2012 21:22:10 +0000 (21:22 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 17 Mar 2012 21:22:10 +0000 (21:22 +0000)
xsl/params/glossary.collection.xml

index 99dab54199f130d417a561035d7918560e2aea51..5d5f803012da8fa99949f97f1e672c61073ef1f2 100644 (file)
@@ -187,8 +187,21 @@ occur in precisely the order they occur in your database.</para>
 customization layer or directly through your processor's interface) to
 point to your global glossary.</para>
 
-<para>A relative path in the parameter is interpreted as relative
-to the file containing the empty glossary element in your document.</para>
+<para>A relative path in the parameter is interpreted in one
+of two ways:</para>
+<orderedlist numeration="loweralpha">
+  <listitem>
+    <para>If the parameter <literal>glossterm.auto.link</literal>
+    is set to zero, then the path is relative to the file containing
+    the empty <tag>glossary</tag> element in the document.</para>
+  </listitem>
+  <listitem>
+    <para>If the parameter <literal>glossterm.auto.link</literal>
+    is set to non-zero, then the path is relative to the file containing
+    the first inline <tag>glossterm</tag> or
+    <tag>firstterm</tag> in the document to be linked.</para>
+  </listitem>
+</orderedlist>
 
 <para>The stylesheets will format the glossary in your document as if
 all of the entries implicilty referenced appeared there literally.</para>