From 58e6777cf155e7f3b17d8aafad126df1e7986ab3 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sat, 16 Nov 2002 21:03:40 +0000 Subject: [PATCH] Support bibliosource; improve numbered bibliography entries and cross-references to them --- xsl/fo/biblio.xsl | 10 +++++++++- xsl/fo/xref.xsl | 8 ++++++++ xsl/html/biblio.xsl | 10 +++++++++- xsl/html/xref.xsl | 8 ++++++++ 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/xsl/fo/biblio.xsl b/xsl/fo/biblio.xsl index 89aae9b98..fa4930f1b 100644 --- a/xsl/fo/biblio.xsl +++ b/xsl/fo/biblio.xsl @@ -183,7 +183,8 @@ [ - + ] @@ -1076,4 +1077,11 @@ + + + + + + + diff --git a/xsl/fo/xref.xsl b/xsl/fo/xref.xsl index 8941e3ed8..740ab4728 100644 --- a/xsl/fo/xref.xsl +++ b/xsl/fo/xref.xsl @@ -248,6 +248,10 @@ + + + @@ -269,6 +273,10 @@ + + + diff --git a/xsl/html/biblio.xsl b/xsl/html/biblio.xsl index ecf466dff..358a0c15f 100644 --- a/xsl/html/biblio.xsl +++ b/xsl/html/biblio.xsl @@ -167,7 +167,8 @@ [ - + ] @@ -1036,4 +1037,11 @@ + + + + + + + diff --git a/xsl/html/xref.xsl b/xsl/html/xref.xsl index 52ea184c5..7292da737 100644 --- a/xsl/html/xref.xsl +++ b/xsl/html/xref.xsl @@ -276,6 +276,10 @@ + + + @@ -297,6 +301,10 @@ + + + -- 2.50.1