From 23511a86ab565d5a4ce3c8f5924a49e9d310ba98 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 1 May 2007 22:23:30 +0000 Subject: [PATCH] Note on SRU and SRW target strings. --- doc/zoom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/zoom.xml b/doc/zoom.xml index 593c5a1..3f08dbe 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 @@ -38,7 +38,11 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) 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). + SOAP) (soap). Using the facility for embedding + options in target strings, a connection can be forced to use SRU + rather the SRW (the default) by prefixing the target string with + sru=get,, like this: + sru=get,http://sru.miketaylor.org.uk:80/sru.pl -- 1.7.10.4