added missing DOM filter config
[idzebra-moved-to-github.git] / examples / oai-pmh / conf / dom-conf.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- $Id: dom-conf.xml,v 1.1 2008-02-05 08:24:51 marc Exp $ -->
3
4 <!-- this file configures the Zebra DOM XML filter -->
5 <!-- see: http://www.indexdata.com/zebra/doc/record-model-dom.html -->
6
7 <dom>
8
9   <input syntax="xml">
10     <xmlreader level="2"/>
11   </input>
12
13   <!--  
14   <input syntax="usmarc">
15     <marc inputcharset="marc-8"/>
16   </input>
17   -->
18
19   <extract name="index">
20     <xslt stylesheet="conf/oai2index.xsl"/>
21   </extract>
22
23   <!--
24   <store>
25   </store>
26   -->
27
28   <retrieve name="oai">
29   </retrieve>
30   
31   <retrieve name="zebra">
32     <xslt stylesheet="conf/oai2zebra.xsl"/>
33   </retrieve>
34
35   <retrieve name="dc">
36     <xslt stylesheet="conf/oai2dc.xsl"/>
37   </retrieve>
38  
39  </dom>