corrected SRU yazserver setup
[idzebra-moved-to-github.git] / examples / oai-pmh / conf / dom-conf.xml
index bbebfc0..2708265 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: dom-conf.xml,v 1.1 2008-02-05 08:24:51 marc Exp $ -->
+<!-- $Id: dom-conf.xml,v 1.2 2008-02-07 13:30:19 marc Exp $ -->
 
 <!-- this file configures the Zebra DOM XML filter -->
 <!-- see: http://www.indexdata.com/zebra/doc/record-model-dom.html -->
     <xmlreader level="2"/>
   </input>
 
-  <!--  
-  <input syntax="usmarc">
-    <marc inputcharset="marc-8"/>
-  </input>
-  -->
-
   <extract name="index">
     <xslt stylesheet="conf/oai2index.xsl"/>
   </extract>
 
-  <!--
-  <store>
-  </store>
-  -->
-
   <retrieve name="oai">
   </retrieve>
   
-  <retrieve name="zebra">
-    <xslt stylesheet="conf/oai2zebra.xsl"/>
-  </retrieve>
-
   <retrieve name="dc">
     <xslt stylesheet="conf/oai2dc.xsl"/>
   </retrieve>
  
+  <retrieve name="zebra">
+    <xslt stylesheet="conf/oai2zebra.xsl"/>
+  </retrieve>
  </dom>