/[webpac]/branches/humanistika/import_xml/marc_zaki.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/humanistika/import_xml/marc_zaki.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 286 - (show annotations)
Sun Mar 14 19:44:57 2004 UTC (20 years ago) by dpavlin
File MIME type: text/xml
File size: 5380 byte(s)
merge changes from trunk to branches, converted all import_xml

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">200a : 200e / 200f, 210d</marc>
19 <config>
20 <delimiter> ---> lokacija: </delimiter>
21 <value>library</value>
22 </config>
23 </headline>
24
25 <IdentificationNumbers name="ISN">
26 <marc type="swish" filter="isn_swish">010a 011a</marc>
27 <marc type="index">010a</marc>
28 <marc type="index">011a</marc>
29 </IdentificationNumbers>
30
31 <ISBN name="ISBN: " order="10">
32 <marc type="display">010a</marc>
33 </ISBN>
34
35 <ISSN name="ISSN: " order="11">
36 <marc type="display">011a</marc>
37 </ISSN>
38
39 <PersonalName name="Autor: " order="15">
40 <marc type="swish">700a 700a 701a 701b 702a 702b 710a 200f 200g</marc>
41 <marc type="display">700a, 700b</marc>
42 <marc type="display">710a. 710b</marc>
43 <marc type="display" append="1">(710d ; 710f ; 710e)</marc>
44 <marc type="index">700a, 700b</marc>
45 <marc type="index">701a, 701b</marc>
46 <marc type="index">702a, 702b</marc>
47 <marc type="index">710a</marc>
48 </PersonalName>
49
50 <TitleAndResponsibility name="Naslov: " order="20">
51 <marc>200a</marc>
52 <marc append="1" delimeter=" : "> : 200e</marc>
53 <marc type="swish">200d 200c</marc>
54 <marc type="swish">225a</marc>
55 <marc type="swish">532a</marc>
56 <marc append="1" type="display"> = 200d</marc>
57 <marc append="1" type="display">/ 200f ; 200g. 200c</marc>
58 <marc type="index">200a : 200e</marc>
59 <marc type="index">532a</marc>
60 </TitleAndResponsibility>
61
62 <EditionStatement name="Izdanje: " order="25">
63 <marc type="display">205a</marc>
64 </EditionStatement>
65
66 <Date name="Godina izdavanja" order="30">
67 <marc type="swish">210d</marc>
68 </Date>
69
70 <Publisher name="Izdavaè: " order="35">
71 <marc type="swish">210a 210c</marc>
72 <marc type="index">210c, 210a</marc>
73 </Publisher>
74
75 <Publication name="Impresum: " order="40">
76 <marc type="display">210a : 210c, 210d</marc>
77 </Publication>
78
79 <PhisicalDescription name="Materijalni opisi: " order="45">
80 <marc>215a : 215c ; 215d</marc>
81 </PhisicalDescription>
82
83 <!--
84 <Language name="Jezik: " order="50">
85 <marc type="swish" filter="lang_swish">101a</marc>
86 <marc type="display" filter="lang_display">101a</marc>
87 <marc type="index" filter="lang_display">101a</marc>
88 </Language>
89
90 -->
91 <Series name="Nakladnièka cjelina: " order="55">
92 <marc>225a : 225e ; 225v. 225h, 225i ; 225w</marc>
93 <marc type="index">225a</marc>
94 </Series>
95
96 <Note name="Napomena: " order="60">
97 <marc>326a</marc>
98 <marc>
99 <delimiter>. - </delimiter>
100 <value>300a</value>
101 </marc>
102 <marc append="1" delimiter=". - ">320a</marc>
103 <marc type="index">300a</marc>
104 <marc type="index">320a</marc>
105 </Note>
106
107 <Supplement name="Prilog: " order="61">
108 <marc>421a</marc>
109 <marc delimeter=". - ">422a</marc>
110 </Supplement>
111
112 <!--
113 <IssuedWith name="Zajedno s: " order="62">
114 <marc>423a</marc>
115 </IssuedWith>
116
117 <Continues name="Nastavak: " order="63">
118 <marc>430a</marc>
119 </Continues>
120
121 <ContinuedBy name="Naslov nastavka: " order="64">
122 <marc>440a</marc>
123 </ContinuedBy>
124
125 <KeyTitle name="Kljuèni naslov: " order="65">
126 <marc>530a</marc>
127 </KeyTitle>
128
129 -->
130 <ExpandedTitle name="Pro¹ireni naslov: " order="67">
131 <marc>532a</marc>
132 </ExpandedTitle>
133
134 <!--
135 <AdditionalTitle name="Dodani naslov: " order="68">
136 <marc>540a</marc>
137 </AdditionalTitle>
138 -->
139 <UncontrolledTerms name="Tema: " order="68">
140 <marc type="swish">610a 200a 200e 200k</marc>
141 <marc type="display" format="upper">
142 <delimiter> * </delimiter>
143 <value>610a</value>
144 </marc>
145 <marc type="index">610a</marc>
146 </UncontrolledTerms>
147 <!--
148 <contents name="Sadr¾aj: " order="70">
149 <marc>330</marc>
150 <marc type="index">330</marc>
151 </contents>
152
153 <UDC name="UDK: " order="80">
154 <marc>675a</marc>
155 <marc type="index">675a</marc>
156 </UDC>
157
158 -->
159 <Holdings name="Podaci o fondu: " order="83">
160 <marc delimeter=", ">999a</marc>
161 </Holdings>
162
163 <!--
164 <library name="Dostupno u" order="85">
165 <marc>994a</marc>
166 <marc type="index">995a</marc>
167 </library>
168 -->
169 <shelfNumber name="Signatura: " order="90">
170 <marc delimeter=" ">990a</marc>
171 <marc type="index">990a</marc>
172 </shelfNumber>
173
174 <Location name="Lokacija: " order="91">
175 <marc>992a</marc>
176 <marc type="index">992a</marc>
177 </Location>
178
179 <library name="Knji¾nica: " order="92">
180 <config type="library">library</config>
181 <config type="display">library_url</config>
182 <config type="swish">library_code</config>
183 </library>
184
185 <id name="Identifikator sloga: " order="93">
186 <marc>001</marc>
187 </id>
188
189 <type name="Vrsta graðe" type="swish" order="94">
190 <!-- added via xml tag in .conf -->
191 <config>materialtype</config>
192 </type>
193
194
195 <library name="Knji¾nica: " order="101">
196 <config type="display">library</config>
197 <config type="display" append="1" delimiter=", ">library_url</config>
198 <config type="swish">library_code</config>
199 </library>
200
201 <!--
202 <invNo name="Inventarni broj: " order="95">
203 <marc type="swish">991a 991b</marc>
204 <marc type="display" delimiter=", ">991a 991b</marc>
205 <marc type="index">991a 991b</marc>
206 </invNo>
207 -->
208
209
210 </indexer>
211 </config>

  ViewVC Help
Powered by ViewVC 1.1.26