From: Adam Dickmeiss Date: Wed, 30 Oct 2013 10:44:44 +0000 (+0100) Subject: Add retrieval example - MARCXML backend X-Git-Tag: v5.0.3~14 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=0cd4a65083c86690792faa7bb14de67a30bcfc20;hp=226063abdf1fadf1850eb6a7a19cc71a9bb1c8bf Add retrieval example - MARCXML backend --- diff --git a/doc/tools.xml b/doc/tools.xml index 242cdae..d19faf9 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -2450,6 +2450,56 @@ int cql_transform_rpn2cql_wrbuf(cql_transform_t ct, + + + MARCXML backend + + SRW/SRU and Solr backends returns records in XML. + If they return MARCXML or MarcXchange, the retrieval module + can convert those into ISO2709 formats, most commonly USMARC + (AKA MARC21). + In this example, the backend returns MARCXML for schema="marcxml". + + + + + + + + + + + + + + +]]> + + + This means that our frontend supports: + + + + MARC21 records (any element set name) in MARC-8 encoding. + + + + + MARCXML records for element-set=marcxml + + + + + Dublin core records for element-set=dc. + + + + + + API