Omit CVS Id. Update copyright year.
[idzebra-moved-to-github.git] / examples / oai-pmh / conf / dom-conf.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- this file configures the Zebra DOM XML filter -->
4 <!-- see: http://www.indexdata.com/zebra/doc/record-model-dom.html -->
5
6 <dom>
7
8   <input syntax="xml">
9     <xmlreader level="2"/>
10   </input>
11
12   <extract name="index">
13     <xslt stylesheet="conf/oai2index.xsl"/>
14   </extract>
15
16   <retrieve name="oai">
17   </retrieve>
18   
19   <retrieve name="dc">
20     <xslt stylesheet="conf/oai2dc.xsl"/>
21   </retrieve>
22  
23   <retrieve name="zebra">
24     <xslt stylesheet="conf/oai2zebra.xsl"/>
25   </retrieve>
26  
27  </dom>