From b3e402aaa7c30a8890706500862ce440aebea234 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 10 Jul 2008 11:06:45 +0200 Subject: [PATCH] Document the recordOpaque option. --- NEWS | 3 +++ doc/zoom.xml | 13 +++++++++++++ 2 files changed, 16 insertions(+) diff --git a/NEWS b/NEWS index 05dddc8..bfdc767 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Added facility for sending arbitrary records (ASN.1 any) using +ZOOM C's Extended service update. Patch by Sam Reynolds. + --- 3.0.34 2008/06/18 YAZ uses GNU TLS without the OpenSSL compatibility wrapper. diff --git a/doc/zoom.xml b/doc/zoom.xml index 5d89f45..f2eaeff 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -1184,6 +1184,19 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) none + recordOpaque + Specifies an opaque record which is + encoded as an ASN.1 ANY type with the OID as tiven by option + syntax (see below). + Option recordOpaque is an alternative + to record - and record option (above) is + ignored if recordOpaque is set. This option is only available in + YAZ 3.0.35 and later and is meant to facilitate Updates with + servers from OCLC. + + none + + syntax The record syntax (transfer syntax). Is a string that is a known record syntax. -- 1.7.10.4