From: David Cramer Date: Fri, 24 May 2002 15:46:39 +0000 (+0000) Subject: Updating docs. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=194328d1ede0950c4ad01a8149adfa4d8bb659a9;p=docbook-dsssl Updating docs. --- diff --git a/xsl/params/callout.unicode.number.limit.xml b/xsl/params/callout.unicode.number.limit.xml index 4c7946e4d..f02ae3dfe 100644 --- a/xsl/params/callout.unicode.number.limit.xml +++ b/xsl/params/callout.unicode.number.limit.xml @@ -14,12 +14,12 @@ Description -If callout.graphics -is non-zero, graphics are used to represent +If callout.unicode +is non-zero, unicode characters are used to represent callout numbers. The value of -callout.graphics.number.limit +callout.unicode.number.limit is -the largest number for which a graphic exists. If the callout number +the largest number for which a unicode character exists. If the callout number exceeds this limit, the default presentation "(nnn)" will always be used. diff --git a/xsl/params/callout.unicode.start.character.xml b/xsl/params/callout.unicode.start.character.xml index 69f0b5e05..6423eb5f9 100644 --- a/xsl/params/callout.unicode.start.character.xml +++ b/xsl/params/callout.unicode.start.character.xml @@ -14,14 +14,12 @@ Description -If callout.graphics -is non-zero, graphics are used to represent +If callout.graphics is zero and callout.unicode +is non-zero, unicode characters are used to represent callout numbers. The value of -callout.graphics.number.limit -is -the largest number for which a graphic exists. If the callout number -exceeds this limit, the default presentation "(nnn)" will always -be used. +callout.unicode.start.character +is the decimal unicode value used for callout number one. Currently, +only 10102 is supported in the stylesheets for this parameter.