Added more tests for retrieval/record_conv system. For retrieval, fixed
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 7 May 2006 17:45:41 +0000 (17:45 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 7 May 2006 17:45:41 +0000 (17:45 +0000)
commit27481680fb1a69456e789e5bc8e1ec914337287d
tree09565c8b497807bd0487e2ff7a946079f7a075de
parent783d4b3820a54d9079499a4b09ad4b98b709dbde
Added more tests for retrieval/record_conv system. For retrieval, fixed
error handling which occurred in the case where syntax attribute was
missing from retrieval element. Libxml2/libxslt errors may be sent to
yaz_log via new utility libxml2_error_to_yazlog.
include/yaz/Makefile.am
include/yaz/libxml2_error.h [new file with mode: 0644]
src/Makefile.am
src/libxml2_error.c [new file with mode: 0644]
src/record_conv.c
src/retrieval.c
test/.cvsignore
test/tst_record_conv.c
test/tst_retrieval.c