From: Adam Dickmeiss Date: Fri, 9 Apr 2010 09:10:42 +0000 (+0200) Subject: Document using TurboMARC from ZOOM C X-Git-Tag: v4.0.3~5 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=53f20e62abbeeef515177b06c20922f50c8eea1c;ds=sidebyside Document using TurboMARC from ZOOM C --- diff --git a/doc/zoom.xml b/doc/zoom.xml index 041949a..55db631 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -812,6 +812,19 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) OPAC record is present, a NULL pointer is returned. + txml + The record is returned in TurboMARC if possible. + SRU and Z39.50 records with transfer syntax XML are + returned verbatim. MARC records are returned in + + TurboMARC + + (converted from ISO2709 to TurboMARC by YAZ). + Upon completion, the XML buffer is returned + (type const char *) and length is stored in + *len. + +