From ffe9e35bbd414e90c0afd6a097b048912dd24b32 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Tue, 3 Apr 2001 11:52:59 +0000 Subject: [PATCH] Fix bug 412487, make XSL-generated callout marks honor callout mark parameters --- xsl/common/gentext.xsl | 9 +++++++++ xsl/common/labels.xsl | 6 ++++++ xsl/common/titles.xsl | 4 ++-- xsl/fo/callout.xsl | 43 +++++++++++++++++++++++++++++++++++++++--- xsl/html/callout.xsl | 42 ++++++++++++++++++++++++++++++++++------- 5 files changed, 92 insertions(+), 12 deletions(-) diff --git a/xsl/common/gentext.xsl b/xsl/common/gentext.xsl index 6c2754d5c..76395044c 100644 --- a/xsl/common/gentext.xsl +++ b/xsl/common/gentext.xsl @@ -76,6 +76,15 @@ + + diff --git a/xsl/common/labels.xsl b/xsl/common/labels.xsl index e1b8c6e8d..af85d8faa 100644 --- a/xsl/common/labels.xsl +++ b/xsl/common/labels.xsl @@ -168,6 +168,12 @@ element label. + + diff --git a/xsl/common/titles.xsl b/xsl/common/titles.xsl index 4af1cc3a9..dc6a33322 100644 --- a/xsl/common/titles.xsl +++ b/xsl/common/titles.xsl @@ -254,8 +254,8 @@ title of the element. This does not include the label. - - + + diff --git a/xsl/fo/callout.xsl b/xsl/fo/callout.xsl index 6862916f3..e00f98d74 100644 --- a/xsl/fo/callout.xsl +++ b/xsl/fo/callout.xsl @@ -107,11 +107,50 @@ + and $conum <= $callout.graphics.number.limit"> + + + + + + + + + + + + + + + + + + + Don't know how to generate Unicode callouts + when $callout.unicode.start.character is + + + + + + + + + @@ -138,8 +177,6 @@ - - - - + + {$conum} + + + + + + + + + + + + + + + + + + + + Don't know how to generate Unicode callouts + when $callout.unicode.start.character is + + + ( + + ) + + + + ( ) - - - {$conum} -- 2.50.1