added MARC file import
[webpac] / import_xml / marc_ebsco.xml
1 <?xml version="1.0" encoding="ISO-8859-2"?>
2 <!--
3         parametars for M$ Excel import from spreadsheet
4
5         column letters must be in UPPER CASE
6         end_row configuration option is optional, but you should use it,
7                 because it will use Excel MaxRow property which is
8                 often set at 31999
9 -->
10 <config
11         marc_codepage="iso-8859-1"
12 >
13
14 <!--
15         <isis type="swish|display|index">_pre_000x_sep_000x_sep_000x_post_</isis>
16 -->
17     <indexer>
18         <headline>
19                 <marc type="display"> 245a </marc>
20         </headline>
21
22         <ISSN name="ISSN" order="10">
23                 <marc>022</marc>
24         </ISSN>
25
26         <TitleAndResponsibility name="Naslov" order="20">
27                 <marc>245a</marc>
28                 <marc type="index">245a</marc>
29         </TitleAndResponsibility>
30
31         <Publication name="Impresum" order="40">
32                 <marc>773d</marc>
33         </Publication>
34
35         <Holdings name="Podaci o fondu" order="50">
36                 <marc>856#3</marc>
37         </Holdings>
38         
39         <type name="Tip graĆ°e" type="display" order="100">
40                 <!-- added via xml tag in .conf -->
41                 <config>materialtype</config>
42         </type>
43
44         <database name="Baza podataka" type="display" order="101">
45                 <marc>773t</marc>
46         </database>
47         
48
49     </indexer>
50 </config>