From: Adam Dickmeiss Date: Mon, 9 Dec 2013 09:58:10 +0000 (+0100) Subject: Update documentation WRT MARC-in-JSON X-Git-Tag: v5.0.5~2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=98bb77eba4edba21325c89b46dd288f71ca23215 Update documentation WRT MARC-in-JSON --- diff --git a/doc/tools.xml b/doc/tools.xml index 9ebc4dd..f722887 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -2006,6 +2006,7 @@ int cql_transform_rpn2cql_wrbuf(cql_transform_t ct, #define YAZ_MARC_XCHANGE 5 #define YAZ_MARC_CHECK 6 #define YAZ_MARC_TURBOMARC 7 + #define YAZ_MARC_JSON 8 /* supply iconv handle for character set conversion .. */ void yaz_marc_iconv(yaz_marc_t mt, yaz_iconv_t cd); @@ -2099,6 +2100,15 @@ int cql_transform_rpn2cql_wrbuf(cql_transform_t ct, + + YAZ_MARC_JSON + + + MARC-in_JSON format. + + + + @@ -2329,8 +2339,9 @@ int cql_transform_rpn2cql_wrbuf(cql_transform_t ct, Format of input. Supported values are - marc (for ISO2709); and xml - for MARCXML/MarcXchange. + marc (for ISO2709), xml + (MARCXML/MarcXchange) and json + (MARC-in_JSON). @@ -2339,10 +2350,12 @@ int cql_transform_rpn2cql_wrbuf(cql_transform_t ct, Format of output. Supported values are - line (MARC line format); - marcxml (for MARCXML), - marc (ISO2709), - marcxhcange (for MarcXchange). + line (MARC line format); + marcxml (for MARCXML), + marc (ISO2709), + marcxhcange (for MarcXchange), + or json + (MARC-in_JSON ).