From a4b18309b7264800f2f46c996d991e958ba90680 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Fri, 9 Jun 2006 12:53:18 +0000 Subject: [PATCH 1/1] indexing example MARCXML working now --- examples/marcxml/filter_alvis_conf.xml | 5 +++-- examples/marcxml/identity.xsl | 13 +++++++++++++ examples/marcxml/zebra.cfg | 16 ++++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 examples/marcxml/identity.xsl create mode 100644 examples/marcxml/zebra.cfg diff --git a/examples/marcxml/filter_alvis_conf.xml b/examples/marcxml/filter_alvis_conf.xml index 8363363..0c6c661 100644 --- a/examples/marcxml/filter_alvis_conf.xml +++ b/examples/marcxml/filter_alvis_conf.xml @@ -3,8 +3,9 @@ - - + + + diff --git a/examples/marcxml/identity.xsl b/examples/marcxml/identity.xsl new file mode 100644 index 0000000..0fa796e --- /dev/null +++ b/examples/marcxml/identity.xsl @@ -0,0 +1,13 @@ + + + + + + + + + + + + diff --git a/examples/marcxml/zebra.cfg b/examples/marcxml/zebra.cfg new file mode 100644 index 0000000..3aa9501 --- /dev/null +++ b/examples/marcxml/zebra.cfg @@ -0,0 +1,16 @@ +profilePath: ./:./../../tab +modulePath: ../../recctrl/.libs + +recordtype: alvis.filter_alvis_conf.xml + +attset: bib1.att +attset: explain.att + +#register: db2/register :100G +#shadow: db2/shadow:100G +#lockdir: db2/lock +#tmpdir: db2/tmp +#keytmpdir: db2/tmp + + + -- 1.7.10.4