X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fzoom.xml;h=74aed36e1eeb99cdf6323f065cce837cb00c0c31;hb=45ca1fdb638bf7aac77f3882a534ca19289aeaac;hp=a50eb3e60ca5d8a2a943d09219d5f1f760beb369;hpb=757c8c0ffb82023c9059d9a5997515f65ad68561;p=yaz-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index a50eb3e..74aed36 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -20,7 +20,7 @@ ZOOM_options_set_int(opt, name, value) ZOOM_connection_scan1 (ZOOM_connection c, ZOOM_query startterm) ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) --> - + ZOOM &zoom; is an acronym for 'Z39.50 Object-Orientation Model' and is @@ -34,7 +34,11 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) A recent addition to &yaz; is SRU support. You can now make SRU ZOOM connections by specifying scheme http:// - for the hostname for a connection. + for the hostname for a connection. The dialect of SRU used is + specified by the value of the connection's sru + option, which may be SRU over HTTP GET (get), + SRU over HTTP POST (post) or SRW (SRU over + SOAP) (soap).