From 261d6237a0cbfc8281cffa149f2088e1797ce211 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sat, 17 Mar 2012 21:22:10 +0000 Subject: [PATCH] More explanation of relative paths in glossary.collection. --- xsl/params/glossary.collection.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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. -- 2.50.1