Bug 7818: update installer for biblio DOM indexing
[koha.git] / etc / zebradb / biblios / etc / dom-config-marc.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, 51 Franklin Street, Fifth Floor, Boston,
23 MA 02110-1301 USA.
24 -->
25
26 <!--
27 Bibliographic DOM config for MARC ISO2709 input
28 -->
29 <dom>
30   <extract name="index">
31     <xslt stylesheet="biblio-zebra-indexdefs.xsl"/>
32   </extract>
33   <retrieve name="F">
34     <xslt stylesheet="identity.xsl" />
35   </retrieve>
36   <retrieve name="usmarc">
37     <xslt stylesheet="identity.xsl" />
38   </retrieve>
39   <retrieve name="marc">
40     <xslt stylesheet="identity.xsl" />
41   </retrieve>
42   <retrieve name="marcxml">
43     <xslt stylesheet="identity.xsl" />
44   </retrieve>
45   <retrieve name="zebra">
46     <xslt stylesheet="zebra.xsl"/>
47   </retrieve>
48   <retrieve name="index">
49     <xslt stylesheet="biblio-zebra-indexdefs.xsl"/>
50   </retrieve>
51   <input>
52     <marc inputcharset="utf-8"/>
53   </input>
54 </dom>