Implemented function yaz_marc_read_line which parses MARC line format
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 15 Dec 2006 19:28:45 +0000 (19:28 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 15 Dec 2006 19:28:45 +0000 (19:28 +0000)
commitcd2f012a70ebadf660acb71936e32192287dc30a
tree068bc4f9df9ed64eef3ac3eb4564c7f9deb6ee7f
parent54db174ec4113c44b05f3766dc6f8ad665968cfb
Implemented function yaz_marc_read_line which parses MARC line format
records. There is a wealth of formats out there. So far, this function
reads line records produced by yaz_marc_write_line.
yaz-marcdump's options -x, -X, -I, -e have been replaced with the
more generic and easier to remember(!) options: -i format and -o format
which specifies input format and output format respectively - where
format is one of "marc", "marcxml", "line", "marcxchange".
NEWS
doc/yaz-marcdump-man.xml
include/yaz/marcdisp.h
src/marc_read_line.c
src/marcdisp.c
test/marccol1.u8.1.lst
test/marccol1.u8.2.lst
test/tstmarccol.sh
test/tstmarciso.sh
test/tstmarcxml.sh
util/marcdump.c