Document the recordOpaque option.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 10 Jul 2008 09:06:45 +0000 (11:06 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 10 Jul 2008 09:06:45 +0000 (11:06 +0200)
NEWS
doc/zoom.xml

diff --git a/NEWS b/NEWS
index 05dddc8..bfdc767 100644 (file)
--- 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.
index 5d89f45..f2eaeff 100644 (file)
@@ -1184,6 +1184,19 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn)
        <entry>none</entry>
        </row>
        <row>
+       <entry>recordOpaque</entry>
+       <entry>Specifies an opaque record which is
+         encoded as an ASN.1 ANY type with the OID as tiven by option
+         <literal>syntax</literal> (see below).
+         Option <literal>recordOpaque</literal> is an alternative
+         to record - and <literal>record</literal> 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.
+       </entry>
+       <entry>none</entry>
+       </row>
+       <row>
        <entry>syntax</entry>
        <entry>The record syntax (transfer syntax). Is a string that
         is a known record syntax.