2708265a158b49e9c2589ef526435c6fcf5a94b8
[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.2 2008-02-07 13:30:19 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   <extract name="index">
14     <xslt stylesheet="conf/oai2index.xsl"/>
15   </extract>
16
17   <retrieve name="oai">
18   </retrieve>
19   
20   <retrieve name="dc">
21     <xslt stylesheet="conf/oai2dc.xsl"/>
22   </retrieve>
23  
24   <retrieve name="zebra">
25     <xslt stylesheet="conf/oai2zebra.xsl"/>
26   </retrieve>
27  
28  </dom>