From c3cd7d7853638ac8c43635a011f361c4180aefae Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Mon, 14 Apr 2008 17:05:16 +0000 Subject: [PATCH] Added code for creating URLs from biblioids with @class="doi" (representing Digital Object Identifiers). See FR #1934434 and http://doi.org. To do: 1) Add support for FO output. 2) Figure out how @class="doi" should be handled for bibliorelation, bibliosource and citebiblioid. --- xsl/html/biblio.xsl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/xsl/html/biblio.xsl b/xsl/html/biblio.xsl index 428fafb7e..916970891 100644 --- a/xsl/html/biblio.xsl +++ b/xsl/html/biblio.xsl @@ -806,6 +806,15 @@ + + + + + doi: + + + @@ -1223,6 +1232,15 @@ + + + + + doi: + + + -- 2.40.0