From fffd19e8ba0be55dac3833c66cdc6827417d540e Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 9 Apr 2011 08:06:00 -0400 Subject: [PATCH] Bug 3072 follow-up: Add Heading-Main to MARC21 DOM Content-Type: text/plain; charset="UTF-8" Heading-Main was not defined in the MARC21 authority DOM rules, but was enabled by the fix for bug 5924. This patch adds the Heading-Main index to the MARC21 DOM authority configuration. Signed-off-by: Jared Camins-Esakov --- .../authorities/authority-koha-indexdefs.xml | 42 +++++++++++++++++++- .../authorities/authority-zebra-indexdefs.xsl | 40 +++++++++++++++++++ 2 files changed, 81 insertions(+), 1 deletions(-) diff --git a/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml b/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml index 8b56ad0..2515317 100644 --- a/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml +++ b/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml @@ -53,11 +53,16 @@ Heading:p Heading:s + + Heading-Main:w + Heading-Main:p + Heading-Main:s + Match-heading:p Match-heading:s - + Personal-name-see-from:w Personal-name-see-from:p @@ -93,6 +98,11 @@ Heading:p Heading:s + + Heading-Main:w + Heading-Main:p + Heading-Main:s + Match-heading:p Match-heading:s @@ -133,6 +143,11 @@ Heading:p Heading:s + + Heading-Main:w + Heading-Main:p + Heading-Main:s + Match-heading:p Match-heading:s @@ -173,6 +188,11 @@ Heading:p Heading:s + + Heading-Main:w + Heading-Main:p + Heading-Main:s + Match-heading:p Match-heading:s @@ -213,6 +233,11 @@ Heading:p Heading:s + + Heading-Main:w + Heading-Main:p + Heading-Main:s + Match-heading:p Match-heading:s @@ -254,6 +279,11 @@ Heading:p Heading:s + + Heading-Main:w + Heading-Main:p + Heading-Main:s + Match-heading:p Match-heading:s @@ -294,6 +324,11 @@ Heading:p Heading:s + + Heading-Main:w + Heading-Main:p + Heading-Main:s + Match-heading:p Match-heading:s @@ -334,6 +369,11 @@ Heading:p Heading:s + + Heading-Main:w + Heading-Main:p + Heading-Main:s + Match-heading:p Match-heading:s 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 c05b711..99fe4df 100644 --- a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl +++ b/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl @@ -66,6 +66,11 @@ + + + + + @@ -75,6 +80,11 @@ + + + + + @@ -84,6 +94,11 @@ + + + + + @@ -93,6 +108,11 @@ + + + + + @@ -102,6 +122,11 @@ + + + + + @@ -111,6 +136,11 @@ + + + + + @@ -120,6 +150,11 @@ + + + + + @@ -129,6 +164,11 @@ + + + + + -- 1.7.2.3