From ed81dc6844611aadddccd32434cfcdedb591960e Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 25 Oct 2012 14:00:42 -0400 Subject: [PATCH] Bug 8665 follow-up: add missing line to XSLT The DOM transformer was missing a line from a previous development, resulting in the MARC21 authorities DOM indexing stylesheet being regenerated with a missing line. This patch readds the missing line to the transformer, and provides the corrected authority-zebra-indexdefs. Signed-off-by: Elliott Davis Signed-off-by: Paul Poulain Conflicts: etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl Signed-off-by: Chris Cormack --- .../authorities/authority-zebra-indexdefs.xsl | 2 +- etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl index 6b4f456db3..ed8e03bda6 100644 --- a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl +++ b/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl @@ -1102,7 +1102,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - + diff --git a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl b/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl index a51d28712a..90a06ecb19 100644 --- a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl +++ b/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl @@ -281,6 +281,20 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + marc:datafield[@tag=''] + + + + + + + + + + -- 2.39.5