Added nmem_text_node_cdata which takes xmlNode CDATA content and
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 2 May 2006 20:47:45 +0000 (20:47 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 2 May 2006 20:47:45 +0000 (20:47 +0000)
commita0e27aac0589d493172c73f6660b844fc6460d7c
treea4d4154289aa2c64a5b7a4ac74999e91d551ad98
parent6fda497bc3df847077e0d72f487c2251df522715
Added nmem_text_node_cdata which takes xmlNode CDATA content and
creates NMEM string.
Added first parts of record conversion utility (yaz_record_conv_t).
include/yaz/Makefile.am
include/yaz/nmem.h
include/yaz/record_conv.h [new file with mode: 0644]
src/Makefile.am
src/marcdisp.c
src/nmemsdup.c
src/record_conv.c [new file with mode: 0644]
src/xmlquery.c
test/.cvsignore
test/Makefile.am
test/tst_record_conv.c [new file with mode: 0644]