From: Adam Dickmeiss Date: Thu, 10 Dec 2009 11:36:36 +0000 (+0100) Subject: Describe pz:xslt and the auto setting X-Git-Tag: v1.2.4~7 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=2dcb7665801c54576ad1b84697129b58e44d0bcd;p=pazpar2-moved-to-github.git Describe pz:xslt and the auto setting --- 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