New facilities for the MARC module. The reading - and writing of
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 Apr 2006 10:05:02 +0000 (10:05 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 Apr 2006 10:05:02 +0000 (10:05 +0000)
commit626ee9b09c95c3585c432623c042872b0d1fea92
tree65b64e09f7fb0385ed56fea0fc9f58e3ff456eca
parent78322aa6cb73f75c5772bd58c59fffef52597991
New facilities for the MARC module. The reading - and writing of
content are separate methods for the yaz_marc_t handle. The following
read functions are available: yaz_marc_read_iso2709 (Reads MARC in
ISO2709 format), yaz_marc_read_xml (reads MARC in MARCXML/MarcXchange
format). Write functions have prefix yaz_marc_write_.. The existing
utilities yaz_marc_decode_wrbuf and yaz_marc_decode_buf are still
available. Removed support for OAI-MARC and simplexml (not the
simplexml from PHP5).
33 files changed:
NEWS
doc/yaz-marcdump-man.xml
include/yaz/marcdisp.h
include/yaz/wrbuf.h
src/marcdisp.c
src/querytowrbuf.c
src/wrbuf.c
src/xmlquery.c
src/zoom-c.c
test/Makefile.am
test/marc1.chr [new file with mode: 0644]
test/marc1.xml
test/marc1.xml.marc [new file with mode: 0644]
test/marc2.chr [new file with mode: 0644]
test/marc2.xml
test/marc2.xml.marc [new file with mode: 0644]
test/marc3.chr [new file with mode: 0644]
test/marc3.xml
test/marc3.xml.marc [new file with mode: 0644]
test/marc4.chr [new file with mode: 0644]
test/marc4.xml
test/marc4.xml.marc [new file with mode: 0644]
test/marc5.chr [new file with mode: 0644]
test/marc5.xml [new file with mode: 0644]
test/marc5.xml.marc [new file with mode: 0644]
test/marc6 [new file with mode: 0644]
test/marc6.chr [new file with mode: 0644]
test/marc6.xml [new file with mode: 0644]
test/marc6.xml.marc [new file with mode: 0644]
test/tstmarc.sh [deleted file]
test/tstmarciso.sh [new file with mode: 0755]
test/tstmarcxml.sh [new file with mode: 0755]
util/marcdump.c