/[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 646 - (show annotations)
Thu Jan 27 17:51:38 2005 UTC (19 years, 2 months ago) by dpavlin
File MIME type: text/xml
File size: 2694 byte(s)
local changes

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 append="1" >
20 <delimiter> (</delimiter>
21 <value>material_form</value>
22 </config>
23 <config append="1" >
24 <delimiter>) ---> Lokacija: </delimiter>
25 <value>library</value>
26 </config>
27 </headline>
28
29 <ISBN name="ISBN: " order="10">
30 <marc type="swish" filter="isn_swish">020a</marc>
31 <marc type="display">020a</marc>
32 <marc type="index">020a</marc>
33 </ISBN>
34
35
36 <PersonalName name="Autor: " order="15">
37 <marc type="swish" >100a 700 245c</marc>
38 <marc type="display">100a ; 700a</marc>
39 <marc type="index">100a</marc>
40 <marc type="index">700a</marc>
41 </PersonalName>
42
43 <TitleAndResponsibility name="Naslov: " order="20">
44 <marc>245a / 245c</marc>
45 <marc type="index">245a</marc>
46 </TitleAndResponsibility>
47
48 <EditionStatement name="Izdanje: " order="25">
49 <marc type="display">250a</marc>
50 </EditionStatement>
51
52 <Date name="Godina izdavanja" order="30">
53 <marc type="swish">260c</marc>
54 </Date>
55
56 <Publisher name="Izdavaè: " order="35">
57 <marc type="swish">260a 260b</marc>
58 <marc type="index">260b, 260a</marc>
59 </Publisher>
60
61 <Publication name="Impresum: " order="40">
62 <marc type="display" filter="croascii">260a : 260b, 260c</marc>
63 </Publication>
64
65 <PhisicalDescription name="Materijalni opisi: " order="45">
66 <marc>300a ; 300c</marc>
67 </PhisicalDescription>
68
69 <Note name="Napomena: " order="60">
70 <marc dfelimiter=". -">500a</marc>
71 <marc type="index">500a</marc>
72 </Note>
73
74 <UDC name="UDK: " order="80">
75 <marc>082a</marc>
76 <marc type="index">082a</marc>
77 </UDC>
78
79 <id name="Identifikator sloga: " order="93">
80 <marc>001</marc>
81 </id>
82 <!--
83 <type name="Vrsta graðe" type="swish" order="94">
84 <config>materialtype</config>
85 </type>
86 -->
87 <form name="Format: " order="101">
88 <!-- added via xml tag in .conf -->
89 <config type="display">material_form</config>
90 <config type="swish">material_form</config>
91 </form>
92
93 <library name="Knji¾nica: " type="display" order="110">
94 <!-- added via library tag in .conf -->
95 <config type="display">library</config>
96 <config type="display" append="1" >
97 <delimiter>, </delimiter>
98 <value>library_url</value>
99 </config>
100 <config type="swish">library_code</config>
101 </library>
102
103
104 </indexer>
105 </config>

  ViewVC Help
Powered by ViewVC 1.1.26