From c526dc6d25a789a3b4762ac4d8962ef1b20dde02 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 25 Mar 2009 21:43:18 +0100 Subject: [PATCH] New YAZ GFS to illustrate retrieval of MARC. --- examples/marcxml/Makefile.am | 3 ++- examples/marcxml/yazgfs.xml | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 examples/marcxml/yazgfs.xml diff --git a/examples/marcxml/Makefile.am b/examples/marcxml/Makefile.am index c1c993b..da5ba1d 100644 --- a/examples/marcxml/Makefile.am +++ b/examples/marcxml/Makefile.am @@ -15,7 +15,8 @@ marcxmldata_DATA = zebra.cfg\ collection-subjmrc.xml\ dom-config.xml\ identity.xsl\ - zebra.xsl + zebra.xsl \ + yazgfs.xml EXTRA_DIST = $(marcxmldata_DATA) diff --git a/examples/marcxml/yazgfs.xml b/examples/marcxml/yazgfs.xml new file mode 100644 index 0000000..15b1b48 --- /dev/null +++ b/examples/marcxml/yazgfs.xml @@ -0,0 +1,19 @@ + + + tcp:@:9999 + + + + + + + + + + + + + + + + -- 1.7.10.4