From e8dc7001d403b6b4364753fcd194647cbfd737a1 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 24 Nov 2003 11:27:57 +0000 Subject: [PATCH] Document the newly-supported standard ZOOM options "serverImplementationId", "serverImplementationName" and "serverImplementationVersion" (as specified in the forthcoming AAPI 1.4), but note continues support for the old "targetImplementationId", "targetImplementationName" and "targetImplementationVersion" for the benefit of old applications.) --- doc/zoom.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/doc/zoom.xml b/doc/zoom.xml index 36201ae..bf89247 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 @@ -158,14 +158,21 @@ charset Character set for negotiation. none - targetImplementationId Implementation ID of target. + serverImplementationId + Implementation ID of server. (The old targetImplementationId + option is also supported for the benefit of old applications.) none - targetImplementationName Implementation Name of target. + targetImplementationName + Implementation Name of server. (The old + targetImplementationName option is also supported for the + benefit of old applications.) none - targetImplementationVersion Implementation Version - of target. + serverImplementationVersion + Implementation Version of server. (the old + targetImplementationVersion option is also supported for the + benefit of old applications.) none databaseNameOne or more database names -- 1.7.10.4