authorities indexing - MAJOR changes
[koha.git] / etc / zebradb / authorities / 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, 59 Temple Place - Suite 330, Boston, MA
23 02111-1307, USA.
24 -->
25 <dom>
26   <extract name="index">
27     <xslt stylesheet="authority-zebra-indexdefs.xsl"/>
28   </extract>
29   <retrieve name="F">
30     <xslt stylesheet="identity.xsl" />
31   </retrieve>
32   <retrieve name="usmarc">
33     <xslt stylesheet="identity.xsl" />
34   </retrieve>
35   <retrieve name="marc">
36     <xslt stylesheet="identity.xsl" />
37   </retrieve>
38   <retrieve name="zebra">
39     <xslt stylesheet="zebra.xsl"/>
40   </retrieve>
41   <retrieve name="index">
42     <xslt stylesheet="authority-zebra-indexdefs.xsl"/>
43   </retrieve>
44   <input>
45     <marc inputcharset="utf-8"/>
46   </input>
47 </dom>