/[webpac]/branches/tehnika/import_xml/marc_phpmylib.xml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /branches/tehnika/import_xml/marc_phpmylib.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 266 - (show annotations)
Fri Mar 12 15:44:03 2004 UTC (20 years, 1 month ago) by dpavlin
File MIME type: text/xml
File size: 2386 byte(s)
changes to configuration files and examples which might be useful to other
branches also

1 <?xml version="1.0" encoding="ISO-8859-2"?>
2 <!--
3 marc_codepage is code page which isis uses
4 index_codepage is code page which will be stored in index
5
6 format of this file is described in: doc/formating_xml.txt
7 -->
8 <config
9 marc_codepage="windows-1250"
10 >
11
12 <!--
13 <marc type="swish|display|index">_pre_000x_sep_000x_sep_000x_post_</marc>
14 <config type="swish|display">name of var from config file</config>
15 -->
16 <indexer>
17 <headline>
18 <marc type="display" filter="croascii">245a / 245c</marc>
19 <config delimiter=" ---> ">materialtype</config>
20 <config delimiter="u knji¾nici: ">library</config>
21 </headline>
22
23 <ISBN name="ISBN: " order="10">
24 <marc type="swish" filter="isn_swish">020a</marc>
25 <marc type="display">020a</marc>
26 <marc type="index">020a</marc>
27 </ISBN>
28
29
30 <PersonalName name="Autor: " order="15">
31 <marc type="swish" >100a 700 245c</marc>
32 <marc type="display">100a ; 700a</marc>
33 <marc type="index">100a</marc>
34 <marc type="index">700a</marc>
35 </PersonalName>
36
37 <TitleAndResponsibility name="Naslov: " order="20">
38 <marc>245a / 245c</marc>
39 <marc type="index">245a</marc>
40 </TitleAndResponsibility>
41
42 <EditionStatement name="Izdanje: " order="25">
43 <marc type="display">250a</marc>
44 </EditionStatement>
45
46 <Date name="Godina izdavanja" order="30">
47 <marc type="swish">260c</marc>
48 </Date>
49
50 <Publisher name="Izdavaè: " order="35">
51 <marc type="swish">260a 260b</marc>
52 <marc type="index">260b, 260a</marc>
53 </Publisher>
54
55 <Publication name="Impresum: " order="40">
56 <marc type="display" filter="croascii">260a : 260b, 260c</marc>
57 </Publication>
58
59 <PhisicalDescription name="Materijalni opisi: " order="45">
60 <marc>300a ; 300c</marc>
61 </PhisicalDescription>
62
63 <Note name="Napomena: " order="60">
64 <marc dfelimiter=". -">500a</marc>
65 <marc type="index">500a</marc>
66 </Note>
67
68 <UDC name="UDK: " order="80">
69 <marc>082a</marc>
70 <marc type="index">082a</marc>
71 </UDC>
72
73 <id name="Identifikator sloga: " order="93">
74 <marc>001</marc>
75 </id>
76
77 <type name="Vrsta graðe" type="swish" order="94">
78 <!-- added via xml tag in .conf -->
79 <config>materialtype</config>
80 </type>
81
82 <library name="Knji¾nica: " type="display" order="101">
83 <!-- added via library tag in .conf -->
84 <config tyep="display">library</config>
85 <config type="display">library_url</config>
86 <config type="swish">library_code</config>
87 </library>
88
89
90 </indexer>
91 </config>

  ViewVC Help
Powered by ViewVC 1.1.26