From e2ebe9170748cdb7a34e642492aa421e3b582bd8 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 28 Jan 2002 12:05:17 +0000 Subject: [PATCH] Bug #503271: output biblioentry.item.separator after citetitle --- xsl/html/biblio.xsl | 1 + xsl/html/block.xsl | 9 +++ xsl/html/docbook.xsl | 1 + xsl/html/footnote.xsl | 165 ++++++++++++++++++++++++++++++++++++------ 4 files changed, 152 insertions(+), 24 deletions(-) diff --git a/xsl/html/biblio.xsl b/xsl/html/biblio.xsl index efba264d7..829b179a1 100644 --- a/xsl/html/biblio.xsl +++ b/xsl/html/biblio.xsl @@ -310,6 +310,7 @@ + diff --git a/xsl/html/block.xsl b/xsl/html/block.xsl index 399fb0176..b29a0a66a 100644 --- a/xsl/html/block.xsl +++ b/xsl/html/block.xsl @@ -1,5 +1,7 @@ +

@@ -34,6 +37,12 @@

+
+ + +
diff --git a/xsl/html/docbook.xsl b/xsl/html/docbook.xsl index 70809608a..7e9900818 100644 --- a/xsl/html/docbook.xsl +++ b/xsl/html/docbook.xsl @@ -61,6 +61,7 @@ + diff --git a/xsl/html/footnote.xsl b/xsl/html/footnote.xsl index c22d4b53c..4cb169c67 100644 --- a/xsl/html/footnote.xsl +++ b/xsl/html/footnote.xsl @@ -1,5 +1,7 @@ + + + + + ftn. + + + + + + # + + + + +

+ + [ + + + + ] + + +

+
+ + + + ftn. + + + + + + # + + + + + + + [ + + + + ] + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - Warning: footnote number may not be generated - correctly; - - unexpected as first child of footnote. - - -
- -
+ + +
+ + +
+
+ + + + Warning: footnote number may not be generated + correctly; + + unexpected as first child of footnote. + + +
+ +
+
+
- - - Warning: footnote number may not be generated - correctly; - - unexpected as first child of footnote. - - -
- -
+ + +
+ + +
+
+ + + + Warning: footnote number may not be generated + correctly; + + unexpected as first child of footnote. + + +
+ +
+
+
-- 2.50.1