X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Ftools.xml;h=d19faf90ff430bd3172a4281357f9dac4ff62156;hp=242cdae4ff7e63094f88b2592a11fe3e88a47622;hb=0cd4a65083c86690792faa7bb14de67a30bcfc20;hpb=226063abdf1fadf1850eb6a7a19cc71a9bb1c8bf 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