From: Dennis Schafroth Date: Tue, 2 Mar 2010 16:09:18 +0000 (+0100) Subject: Added turbo marcxml to output X-Git-Tag: v4.0.3~33^2~37 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ba9dd475d02ebbebde75d82b23fa0b0c4631288e Added turbo marcxml to output --- diff --git a/include/yaz/marcdisp.h b/include/yaz/marcdisp.h index 4d11922..2453ab0 100644 --- a/include/yaz/marcdisp.h +++ b/include/yaz/marcdisp.h @@ -69,6 +69,8 @@ YAZ_EXPORT void yaz_marc_xml(yaz_marc_t mt, int xmlmode); #define YAZ_MARC_XCHANGE 5 /** \brief Output format: check only (no marc output) */ #define YAZ_MARC_CHECK 6 +/** \brief Output format: Turbo MARCXML Index Data format*/ +#define YAZ_MARC_TMARCXML 7 /** \brief set iconv handle for character set conversion */ YAZ_EXPORT void yaz_marc_iconv(yaz_marc_t mt, yaz_iconv_t cd);