From 8cb4a31125561cdbc02f8986db1d16bcd23b67ca 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. --- .../authorities/authority-zebra-indexdefs.xsl | 2 +- etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl | 1 + 2 files changed, 2 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 5c80c2c..02509b3 100644 --- a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl +++ b/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl @@ -1122,7 +1122,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 47c47a7..42b334f 100644 --- a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl +++ b/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl @@ -288,6 +288,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + marc:datafield[@tag=''] -- 1.7.9.5