From de5a52bf8d9f21d9296ede827daf07e60a3882e7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 31 Jul 2009 15:07:12 +0200 Subject: [PATCH] Mention ISO25577 --- include/yaz/marcdisp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/yaz/marcdisp.h b/include/yaz/marcdisp.h index a63179f..ebc07b1 100644 --- a/include/yaz/marcdisp.h +++ b/include/yaz/marcdisp.h @@ -65,7 +65,7 @@ YAZ_EXPORT void yaz_marc_xml(yaz_marc_t mt, int xmlmode); #define YAZ_MARC_MARCXML 3 /** \brief Output format: ISO2709 */ #define YAZ_MARC_ISO2709 4 -/** \brief Output format: MarcXchange */ +/** \brief Output format: MarcXchange (ISO25577) */ #define YAZ_MARC_XCHANGE 5 /** \brief Output format: check only (no marc output) */ #define YAZ_MARC_CHECK 6 @@ -188,7 +188,7 @@ YAZ_EXPORT int yaz_marc_write_line(yaz_marc_t mt, WRBUF wrbuf); */ YAZ_EXPORT int yaz_marc_write_marcxml(yaz_marc_t mt, WRBUF wrbuf); -/** \brief writes record in MarcXchange XML +/** \brief writes record in MarcXchange XML (ISO25577) \param mt handle \param wrbuf WRBUF for output \param format record format (e.g. "MARC21") -- 1.7.10.4