From b6c615bba228f3c18e78cf6ab2f45734aa53faff Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 29 Nov 2012 09:54:46 +0100 Subject: [PATCH] Document empty value for backendelementset --- doc/reference.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/reference.xml b/doc/reference.xml index caebaf1..2ef809c 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -464,12 +464,14 @@ If attribute backendelementset is given, that holds - elementset to be transmitted to backend. If - backendelementset is omitted, the element + elementset to be transmitted to backend. An empty value of + backendelementset has the effect of omitting + any Comp-Spec (and elementset) sent to backend. + + If backendelementset is omitted, the element set from client is used, except if marcxml is used. - If no backendelementset is given and - marcxml is used, the elementset is omitted in - request to backend. + In that case (using marcxml), no Comp-Spec and no + elementset is sent to backend. If attribute stylesheet is given, the proxy -- 1.7.10.4