Added header yaz/xmltypes.h which include libxml2' node definitions
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 13 Dec 2006 11:25:17 +0000 (11:25 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 13 Dec 2006 11:25:17 +0000 (11:25 +0000)
commit8f8560e0ab3b370263683d8aea81b839c5927091
treeb03c7ba0102df640be695560e6317244d4660325
parent7b7ef94671d08c1e522377c90302751269e8621e
Added header yaz/xmltypes.h which include libxml2' node definitions
or provide dummy alternatives if libxml2 is disabled (or does not exist).
This allows all Libxml2 related functions to be publicly defined
unconditionally. Also provides a more type safe system for applications
using these functions.
include/yaz/Makefile.am
include/yaz/marcdisp.h
include/yaz/nmem_xml.h
include/yaz/record_conv.h
include/yaz/retrieval.h
include/yaz/xmlquery.h
include/yaz/xmltypes.h [new file with mode: 0644]
src/elementset.c
src/marcdisp.c
src/record_conv.c
src/retrieval.c