From 2dcb7665801c54576ad1b84697129b58e44d0bcd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 10 Dec 2009 12:36:36 +0100 Subject: [PATCH] Describe pz:xslt and the auto setting --- doc/pazpar2_conf.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 7166ef7..aa49f9a 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -779,7 +779,7 @@ - + pz:requestsyntax @@ -844,8 +844,19 @@ pz:xslt - Provides the path of an XSLT stylesheet which will be used to - map incoming records to the internal representation. + Is a comma separated list of of files that specifies + how to convert incoming records to the internal representation. + + + The suffix of each file specifies the kind of tranformation. + Suffix ".xsl" makes an XSL transform. Suffix + ".mmap" will use the MMAP transform (described below). + + + The special value "auto" will use a file + which is the pz:requestsyntax's + value followed by + '.xsl'. When mapping MARC records, XSLT can be bypassed for increased -- 1.7.10.4