76601d35b976bff9f6112b791e2b50b464de7dbb
[idzebra-moved-to-github.git] / examples / marcxml / dom-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- 
4 $Id: dom-config.xml,v 1.1 2007-12-13 17:42:28 adam Exp $
5    Copyright (C) 1995-2006
6    Index Data ApS
7
8 This file is part of the Zebra server.
9
10 Zebra is free software; you can redistribute it and/or modify it under
11 the terms of the GNU General Public License as published by the Free
12 Software Foundation; either version 2, or (at your option) any later
13 version.
14
15 Zebra is distributed in the hope that it will be useful, but WITHOUT ANY
16 WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
18 for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with Zebra; see the file LICENSE.zebra.  If not, write to the
22 Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
23 02111-1307, USA.
24 -->
25 <dom>
26   <extract name="index">
27     <xslt stylesheet="MARC21slim2INDEX.xsl"/>
28   </extract>
29   <retrieve name="marc">
30     <xslt stylesheet="identity.xsl" />
31   </retrieve>
32   <retrieve name="dc">
33    <xslt stylesheet="MARC21slim2SRWDC.xsl"/>
34   </retrieve>
35   <retrieve name="index">
36     <xslt stylesheet="MARC21slim2INDEX.xsl"/>
37   </retrieve>
38   <retrieve name="mads">
39     <xslt  stylesheet="MARC21slim2MADS.xsl"/>
40   </retrieve>
41   <retrieve name="mods">
42     <xslt stylesheet="MARC21slim2MODS3-1.xsl"/>
43   </retrieve>
44   <retrieve name="zebra">
45     <xslt stylesheet="zebra.xsl"/>
46   </retrieve>
47   <input syntax="xml">
48     <xmlreader level="1"/>
49   </input>
50 </dom>