From 6f1b5652c65a4f052c94db96438a48d4c5b7d961 Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Fri, 21 Dec 2007 16:28:18 +0000 Subject: [PATCH] Added a template for citebiblioid. The hyperlink target is the parent of the referenced biblioid, and the "hot text" is the biblioid itself enclosed in brackets. --- xsl/fo/inline.xsl | 30 ++++++++++++++++++++++++++++++ xsl/html/inline.xsl | 30 ++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/xsl/fo/inline.xsl b/xsl/fo/inline.xsl index e99478bd8..01e39d7fa 100644 --- a/xsl/fo/inline.xsl +++ b/xsl/fo/inline.xsl @@ -1129,6 +1129,36 @@ + + + + + + + + + [ + + + + + + + + + + + ] + + + + [ + + ] + + + + diff --git a/xsl/html/inline.xsl b/xsl/html/inline.xsl index b166feba3..ab745b07e 100644 --- a/xsl/html/inline.xsl +++ b/xsl/html/inline.xsl @@ -1296,6 +1296,36 @@ + + + + + + + + + [ + + + + + + + + + + + + ] + + + [ + + ] + + + + -- 2.50.1