From 15292e857c852afb2e4a7fc98512d5414f1702dc Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 3 Apr 2007 05:14:44 +0000 Subject: [PATCH 1/1] Cleaning up. Removing dead material on retrieval/query profile, added new settings. (note, some settings not yet implemented). --- doc/pazpar2_conf.xml | 128 ++++++++++++-------------------------------------- 1 file changed, 30 insertions(+), 98 deletions(-) diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index b3a7068..7227f34 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -8,7 +8,7 @@ %common; ]> - + Pazpar2 @@ -121,9 +121,7 @@ This nested element controls the behavior of pazpar2 with respect to your data model. In pazpar2, incoming records are - normalized, using XSLT, into an internal representation (see - the retrievalprofile secion. + normalized, using XSLT, into an internal representation. The 'service' section controls the further processing and extraction of data from the internal representation, primarily through the 'metdata' sub-element. @@ -244,91 +242,6 @@ - queryprofile - - At the moment, this directive is ignored; there is one global - CCL-mapping file which governs the mapping of queries to Z39.50 - type-1. This file is located in etc/default.bib. This will change - shortly. - - - - retrievalprofile - - Note: In the present version, there is a single retrieval - profile. However, in a future release, it will be possible to - associate unique retrieval profiles with different targets, or to - generate retrieval profiles using XSLT from the ZeeRex description of - a target. - - - - The following data elements are recognized for the retrievalprofile - directive: - - - - requestsyntax - - - This element specifies the request syntax to be used in queries. It only - makes sense for Z39.50-type targets. - - - - - nativesyntax - - - This element specifies the native syntax and encoding of the - result records. The default is XML. The following attributes - are defined: - - - name - - - The name of the syntax. Currently recognized values are - 'iso2709' (MARC), and 'xml'. - - - - - format - - - The format, or schema, to be expected. Default is - 'marc21'. - - - - - encoding - - - The encoding of the response record. Typical values for - MARC records are 'marc8' (general MARC-8), 'marc8s' - (MARC-8, but maps to precomposed UTF-8 characters, more - suitable for use in web browsers), 'latin1'. - - - - - mapto - - - Specifies the flavor of MARCXML to map results to. - Default is 'marcxml'. 'marcxchange' is also possible, and - useful for Danish DANMARC records. - - - - - - - - - EXAMPLE @@ -356,15 +269,6 @@ - - - - marc21 - - - - ]]> @@ -543,6 +447,34 @@ + + pz:nativesyntax + + + The representation of the retrieval records. Currently + recognized values are iso2709 and xml. + + + + + pz:encoding + + + The native encoding of retrieval records. Can be anything + recognized by conv, but typical values are marc8 and latin1. + The default is UTF-8. + + + + + pz:xslt + + + Provides the path of an XSLT stylesheet which will be used to + map incoming records to the internal representation. + + + -- 1.7.10.4