zoom: handle contentAuthentication MP-587
[metaproxy-moved-to-github.git] / doc / sru_z3950.xml
index 4599871..f9bc256 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN" 
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
     "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  <!ENTITY copyright SYSTEM "copyright.xml">
  <!ENTITY % idcommon SYSTEM "common/common.ent">
     "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  <!ENTITY copyright SYSTEM "copyright.xml">
  <!ENTITY % idcommon SYSTEM "common/common.ent">
   <manvolnum>3mp</manvolnum>
   <refmiscinfo class="manual">Metaproxy Module</refmiscinfo>
  </refmeta>
   <manvolnum>3mp</manvolnum>
   <refmiscinfo class="manual">Metaproxy Module</refmiscinfo>
  </refmeta>
+
  <refnamediv>
   <refname>sru_z3950</refname>
  <refnamediv>
   <refname>sru_z3950</refname>
-  <refpurpose>Metaproxy Module transforming SRU web service requests to Z3950 Metaproxy packages</refpurpose>
+  <refpurpose>Metaproxy Module transforming SRU web service requests to
+  Z39.50 Metaproxy packages</refpurpose>
  </refnamediv>
  </refnamediv>
+
  <refsect1><title>DESCRIPTION</title>
   <para>
    The <literal>sru_z3950</literal> Metaproxy filter transforms valid
  <refsect1><title>DESCRIPTION</title>
   <para>
    The <literal>sru_z3950</literal> Metaproxy filter transforms valid
-   SRU GET/POST/SOAP requests to Z3950 requests, and wraps the
-   received hit counts and XML records into suitable SRU response messages. 
+   SRU GET/POST/SOAP requests to Z39.50 requests, and wraps the
+   received hit counts and XML records into suitable SRU response messages.
   </para>
   <para>
    Multiple database elements defining the names of the accepted
    databases are allowed in the configuration file. Each
   </para>
   <para>
    Multiple database elements defining the names of the accepted
    databases are allowed in the configuration file. Each
-   of them must contain their own explain record, or must be empty. 
+   of them must contain their own explain record, or must be empty.
    Notice that explain
    records come in SRU and Z39.50 flavors, and this filter requires
    Notice that explain
    records come in SRU and Z39.50 flavors, and this filter requires
-   the SRU version. See the 
+   the SRU version. See the
    <ulink url="&url.zeerex.explain;">ZeeReX Explain</ulink>
    <ulink url="&url.zeerex.explain;">ZeeReX Explain</ulink>
-   standard pages and the 
+   standard pages and the
    <ulink url="&url.sru.explain;">SRU Explain</ulink> pages
    <ulink url="&url.sru.explain;">SRU Explain</ulink> pages
-   for more information. 
+   for more information.
+  </para>
+  <para>
+   Optionally the default stylesheet may be specified. If the client
+   do not specify a stylesheet, the CDATA of element
+   <literal>stylesheet</literal> is used.
   </para>
   <para>
    All Z39.50 packages and all HTTP packages that do not resolve to
   </para>
   <para>
    All Z39.50 packages and all HTTP packages that do not resolve to
    filters on the route.
    </para>
   <para>
    filters on the route.
    </para>
   <para>
-   The SRU <literal>explain</literal> operation is supported, 
+   The SRU <literal>explain</literal> operation is supported,
    returning either the absolute minimum required by the standard, or
    returning either the absolute minimum required by the standard, or
-   a  full  pre-defined ZeeReX explain record. 
+   a  full  pre-defined ZeeReX explain record.
   </para>
   <para>
    It supports the SRU <literal>searchRetrieve</literal> operation, which
   </para>
   <para>
    It supports the SRU <literal>searchRetrieve</literal> operation, which
-   is transformed into successive Z3950 <literal>init</literal>, 
-   <literal>search</literal> and <literal>present</literal> requests. 
+   is transformed into successive Z39.50 <literal>init</literal>,
+   <literal>search</literal> and <literal>present</literal> requests.
   </para>
   <para>
    The SRU <literal>scan</literal> operation is not supported.
   </para>
   <para>
    The SRU <literal>scan</literal> operation is not supported.
  <refsect1><title>SCHEMA</title>
    <literallayout><xi:include
                     xi:href="../xml/schema/filter_sru_z3950.rnc"
  <refsect1><title>SCHEMA</title>
    <literallayout><xi:include
                     xi:href="../xml/schema/filter_sru_z3950.rnc"
-                    xi:parse="text"  
+                    xi:parse="text"
                     xmlns:xi="http://www.w3.org/2001/XInclude" />
    </literallayout>
  </refsect1>
                     xmlns:xi="http://www.w3.org/2001/XInclude" />
    </literallayout>
  </refsect1>
+
  <refsect1><title>EXAMPLES</title>
   <para>
    A typical configuration looks like this:
    <screen><![CDATA[
     <filter type="sru_z3950">
  <refsect1><title>EXAMPLES</title>
   <para>
    A typical configuration looks like this:
    <screen><![CDATA[
     <filter type="sru_z3950">
+      <stylesheet>/my.xsl</stylesheet>
       <database name="Default">
         <explain xmlns="http://explain.z3950.org/dtd/2.0/">
           ...
       <database name="Default">
         <explain xmlns="http://explain.z3950.org/dtd/2.0/">
           ...
 ]]>
    </screen>
   </para>
 ]]>
    </screen>
   </para>
- </refsect1> 
+ </refsect1>
+
  <refsect1><title>SEE ALSO</title>
   <para>
    <citerefentry>
  <refsect1><title>SEE ALSO</title>
   <para>
    <citerefentry>
    </citerefentry>
   </para>
  </refsect1>
    </citerefentry>
   </para>
  </refsect1>
+
  &copyright;
 </refentry>
 
  &copyright;
 </refentry>