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