From 5a20b7d6e7181628a8aa5583d084a24eeaf4d6be Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 13 Dec 2007 17:42:28 +0000 Subject: [PATCH] MARCXML example is using filter 'dom' instead of 'alvis'. --- examples/marcxml/MARC21slim2INDEX.xsl | 35 ++++++++++------------ examples/marcxml/Makefile.am | 5 ++-- examples/marcxml/README | 3 +- examples/marcxml/dom-config.xml | 50 ++++++++++++++++++++++++++++++++ examples/marcxml/filter_alvis_conf.xml | 36 ----------------------- examples/marcxml/zebra.cfg | 6 ++-- examples/marcxml/zebra.xsl | 4 +-- 7 files changed, 74 insertions(+), 65 deletions(-) create mode 100644 examples/marcxml/dom-config.xml delete mode 100644 examples/marcxml/filter_alvis_conf.xml diff --git a/examples/marcxml/MARC21slim2INDEX.xsl b/examples/marcxml/MARC21slim2INDEX.xsl index 82d6846..cdffb66 100644 --- a/examples/marcxml/MARC21slim2INDEX.xsl +++ b/examples/marcxml/MARC21slim2INDEX.xsl @@ -1,8 +1,6 @@ - - @@ -79,7 +76,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - + @@ -214,7 +211,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA --> - + @@ -287,12 +284,12 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA | marc:datafield[@tag='800'] | marc:datafield[@tag='810'] | marc:datafield[@tag='811']"> - + - + @@ -316,7 +313,7 @@ title or a conference or meeting 111/2XX, subfields - + @@ -342,7 +339,7 @@ corporate of persons that is identified --> - + @@ -362,7 +359,7 @@ conference representatives of various --> - + @@ -382,13 +379,13 @@ Author-name-personal 1004 A person's real name, 100, 400, 700, 800 - + - + @@ -667,7 +664,7 @@ Identifier-ISBN 7 International Standard Book 020 --> - + @@ -684,7 +681,7 @@ Identifier-ISSN 8 International Standard Serial 022, 4XX$x, --> - + @@ -887,7 +884,7 @@ Subject 21 The primary topic on which a 600, 610, 611, 630, |marc:datafield[@tag='655'] |marc:datafield[@tag='656'] |marc:datafield[@tag='657']"> - + @@ -895,7 +892,7 @@ Subject 21 The primary topic on which a 600, 610, 611, 630, |marc:datafield[@tag='650'] |marc:datafield[@tag='651'] |marc:datafield[@tag='653']"> - + @@ -1023,7 +1020,7 @@ Title 4 A word, phrase, character, 130, 21X-24X, 440, --> - + diff --git a/examples/marcxml/Makefile.am b/examples/marcxml/Makefile.am index e7e58c1..7e3c3e1 100644 --- a/examples/marcxml/Makefile.am +++ b/examples/marcxml/Makefile.am @@ -1,6 +1,7 @@ -# $Id: Makefile.am,v 1.2 2006-06-13 07:52:15 marc Exp $ +# $Id: Makefile.am,v 1.3 2007-12-13 17:42:28 adam Exp $ EXTRA_DIST = zebra.cfg\ + README\ MARC21slim2INDEX.xsl\ MARC21slim2MADS.xsl\ MARC21slim2MODS3-1.xsl\ @@ -13,7 +14,7 @@ EXTRA_DIST = zebra.cfg\ collection-opera-43.xml\ collection-sandburg-1.xml\ collection-subjmrc.xml\ - filter_alvis_conf.xml\ + dom-config.xml\ identity.xsl\ zebra.xsl diff --git a/examples/marcxml/README b/examples/marcxml/README index a222990..1734ce0 100644 --- a/examples/marcxml/README +++ b/examples/marcxml/README @@ -1,8 +1,7 @@ -Example data and configuration for MARC21 XML data using the 'alvis' +Example data and configuration for MARC21 XML data using the 'dom' XSLT input filter. MARC21 XML example data and transforming XSLT stylesheets are borrowed from - The Library of Congress' Network Development and MARC Standards Office, which is developing a framework for working with MARC data in a XML environment. diff --git a/examples/marcxml/dom-config.xml b/examples/marcxml/dom-config.xml new file mode 100644 index 0000000..76601d3 --- /dev/null +++ b/examples/marcxml/dom-config.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/marcxml/filter_alvis_conf.xml b/examples/marcxml/filter_alvis_conf.xml deleted file mode 100644 index eef35b9..0000000 --- a/examples/marcxml/filter_alvis_conf.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - diff --git a/examples/marcxml/zebra.cfg b/examples/marcxml/zebra.cfg index e1c36d7..e332aa3 100644 --- a/examples/marcxml/zebra.cfg +++ b/examples/marcxml/zebra.cfg @@ -1,7 +1,7 @@ -profilePath: ./:./../../tab +profilePath: .:./../../tab modulePath: ../../index/.libs -recordtype: alvis.filter_alvis_conf.xml +recordtype: dom.dom-config.xml attset: bib1.att attset: explain.att @@ -12,5 +12,3 @@ attset: explain.att #tmpdir: db2/tmp #keytmpdir: db2/tmp - - diff --git a/examples/marcxml/zebra.xsl b/examples/marcxml/zebra.xsl index 27c6002..f0745e8 100644 --- a/examples/marcxml/zebra.xsl +++ b/examples/marcxml/zebra.xsl @@ -1,7 +1,7 @@ -- 1.7.10.4