From 53f20e62abbeeef515177b06c20922f50c8eea1c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 9 Apr 2010 11:10:42 +0200 Subject: [PATCH] Document using TurboMARC from ZOOM C --- doc/zoom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. + + -- 1.7.10.4