From 1615d14c893250613d6670abe2b71533687aec4d Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 25 Nov 2003 09:55:20 +0000 Subject: [PATCH] Describe "presentChunk" option in preference to old "step" (though that is also still mentioned). Clarify its meaning. --- doc/zoom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/zoom.xml b/doc/zoom.xml index bf89247..7eae006 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -1,4 +1,4 @@ - + ZOOM &zoom; is an acronym for 'Z39.50 Object-Orientation Model' and is @@ -389,8 +389,11 @@ countNumber of records to be retrieved. 0 - stepNumber of records to be retrieved in - one chunk. The value, 0 means unchunked. + presentChunkThe number of records to be + requested from the server in each chunk (present requst). The + value 0 means to request all the records in a single chunk. + (The old step + option is also supported for the benefit of old applications.) 0 elementSetNameElement-Set name of records. -- 1.7.10.4