Bug 31532: Add preprocessor to Zebra indexing pipeline to index 880 as linked field
[koha.git] / etc / zebradb / biblios / etc / 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, 51 Franklin Street, Fifth Floor, Boston,
23 MA 02110-1301 USA.
24 -->
25
26 <!--
27 Bibliographic DOM config for MARC XML input
28 -->
29 <dom>
30   <extract name="index">
31     <xslt stylesheet="preprocess_marcxml.xsl"/>
32     <xslt stylesheet="biblio-zebra-indexdefs.xsl"/>
33   </extract>
34   <retrieve name="marc">
35     <xslt stylesheet="identity.xsl" />
36   </retrieve>
37   <retrieve name="marcxml">
38     <xslt stylesheet="identity.xsl" />
39   </retrieve>
40   <retrieve name="zebra">
41     <xslt stylesheet="zebra.xsl"/>
42   </retrieve>
43   <retrieve name="index">
44     <xslt stylesheet="biblio-zebra-indexdefs.xsl"/>
45   </retrieve>
46   <input>
47     <xmlreader level="1"/>
48   </input>
49 </dom>