From fce11af22542c9e97197871bd4b9604789424a68 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 16 May 2011 13:06:17 +0200 Subject: [PATCH] Fix description of the record_filter, bug 894 --- doc/record_transform.xml | 70 +++++++++++++++------------------------------- 1 file changed, 22 insertions(+), 48 deletions(-) diff --git a/doc/record_transform.xml b/doc/record_transform.xml index 6a96ec6..4a40d7c 100644 --- a/doc/record_transform.xml +++ b/doc/record_transform.xml @@ -25,7 +25,7 @@ This filter acts only on Z3950 present requests, and let all other types of packages and requests pass untouched. It's use is - twofold: blocking Z3950 present requests, which the backend + twofold: blocking Z3950 present requests, which the backend server does not understand and can not honor, and transforming the present syntax and elementset name according to the rules specified, to fetch only existing record formats, and transform @@ -44,28 +44,10 @@ describe the Z3950 identifier string. - Record transformations are invoked when the optional attributes - backendsyntax and backendname - as well as the <convert> element are specified. - Record conversions come in two flavors: - <marc> binary conversions between different - binary MARC formats and MarcXML formats, and - <xslt> stylesheet transformations performed - on any kind of XML records. These conversions can be stacked in any - order, and are performed linearly in file order. - - - The binary MARC record transformations - <marc> are defined using the following - attributes: inputformat, outputformat, - inputcharset and outputcharset. - - - XML <xslt> transformation instructions - accept only one mandatory stylesheet attribute, - which is either an absolute path, or a relative path from the - working directory of metaproxy to the location - of the requested XSLT stylesheet. + The <retrieval> element and the content + is described in the + Retrieval Facility section + of the YAZ manual. @@ -73,37 +55,29 @@ A typical configuration looks like this: - - - - - - + + + + - + + - - - - + + + + + - - - - - + + + - + ]]> -- 1.7.10.4