Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / etc / explain.xml
index 8564e5d..c444b4a 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- $Id: explain.xml,v 1.2 2007-01-08 13:07:38 marc Exp $ -->
 
 <!-- this file configures the SRU/SRW explain response -->
 <!-- see: http://explain.z3950.org/dtd/commentary.html -->
@@ -20,9 +19,8 @@
     <description lang="en" primary="true">
       Some description of this service
     </description>
-    <author>Marc Cromme, Index Data Aps, http://www.indexdata.com</author>
-    <contact>Marc Cromme, marc(at)indexdata(dot)com</contact>
-    <history>Implemented for Talis LTD</history>
+    <author>Index Data, http://www.indexdata.com</author>
+    <contact>Index Data, info(at)indexdata(dot)com</contact>
   </databaseInfo>
 
   <indexInfo>
 
   <schemaInfo>
     <schema identifier="http://www.loc.gov/zing/srw/dcschema/v1.0/"
-            location="http://www.loc.gov/zing/srw/dc.xsd" 
+            location="http://www.loc.gov/zing/srw/dc.xsd"
             name="dc"
             retrieve="true">
       <title lang="en">Dublin Core</title>
     </schema>
-    <!--
-    <schema identifier="http://indexdata.dk/dc-short"
-            location="" 
-            name="dc-short"
+    <schema identifier="info:srw/schema/1/marcxml-v1.1"
+            location="http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd"
+            name="marcxml"
             retrieve="true">
-      <title lang="en">Dublin Core Short Form</title>
+      <title lang="en">MARCXML</title>
     </schema>
-    -->
   </schemaInfo>
 
+
   <configInfo>
 
     <!-- searchRetrieve settings -->
     <!--<supports type="relationModifier">phonetic</supports> --><!-- 2=100 -->
     <!--<supports type="relationModifier">stem</supports> --><!-- 2=101  -->
 
-    <!-- <supports type="proximity"></supports> --> 
+    <!-- <supports type="proximity"></supports> -->
           <!-- title = (house prox/distance=1/unit=word  the) -->
-    <!-- proximity modifier supported by the server or index 
+    <!-- proximity modifier supported by the server or index
          (relation, distance, unit, ordering) -->
     <!-- <supports type="proximityModifier"></supports> -->
     <!-- boolean modifier supported by the server or index -->
     <!-- supported sortmodifier (ascending, missingValue, caseSensitive) -->
     <!-- <supports type="sortModifier"></supports> -->
 
-    <!-- presentation settings --> 
+    <!-- presentation settings -->
     <default type="numberOfRecords">0</default>
     <default type="retrieveSchema">dc</default>
     <default type="recordPacking">xml</default>
 
-    <setting type="stylesheet">docpath/sru.xsl</setting>
+    <setting type="stylesheet">/etc/sru.xsl</setting>
     <!-- <setting type="maximumRecords">1000</setting> -->
-    <!-- <supports type="resultSets"></supports>  --> 
+    <!-- <supports type="resultSets"></supports>  -->
 
     <!-- scan settings -->
 
     <!-- <supports type="extraExplainData"></supports> -->
     <!-- <supports type="profile"></supports> -->
   </configInfo>
-   
+
 </explain>