From: Bob Stayton Date: Sat, 17 Mar 2012 21:22:10 +0000 (+0000) Subject: More explanation of relative paths in glossary.collection. X-Git-Tag: release/1.79.1~6^2~528 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=261d6237a0cbfc8281cffa149f2088e1797ce211;p=docbook-dsssl More explanation of relative paths in glossary.collection. --- diff --git a/xsl/params/glossary.collection.xml b/xsl/params/glossary.collection.xml index 99dab5419..5d5f80301 100644 --- a/xsl/params/glossary.collection.xml +++ b/xsl/params/glossary.collection.xml @@ -187,8 +187,21 @@ occur in precisely the order they occur in your database. customization layer or directly through your processor's interface) to point to your global glossary. -A relative path in the parameter is interpreted as relative -to the file containing the empty glossary element in your document. +A relative path in the parameter is interpreted in one +of two ways: + + + If the parameter glossterm.auto.link + is set to zero, then the path is relative to the file containing + the empty glossary element in the document. + + + If the parameter glossterm.auto.link + is set to non-zero, then the path is relative to the file containing + the first inline glossterm or + firstterm in the document to be linked. + + The stylesheets will format the glossary in your document as if all of the entries implicilty referenced appeared there literally.