/[webpac]/branches/drustvene/import_xml/isis_arti.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

Annotation of /branches/drustvene/import_xml/isis_arti.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 223 - (hide annotations)
Sun Feb 8 15:49:44 2004 UTC (20 years, 1 month ago) by dpavlin
Original Path: trunk/import_xml/isis_arti.xml
File MIME type: text/xml
File size: 4041 byte(s)
fix

1 dpavlin 82 <?xml version="1.0" encoding="ISO-8859-2"?>
2     <!--
3     isis_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     isis_codepage="852"
10     >
11    
12     <!--
13     <isis type="swish|display|index">_pre_000x_sep_000x_sep_000x_post_</isis>
14     -->
15     <indexer>
16     <headline>
17     <isis type="display">203a / 203f, 200a : 200e</isis>
18     <config delimiter=" ---> ">materialtype</config>
19     <config delimiter=" u knji¾nici: ">library</config>
20     </headline>
21    
22     <IdentificationNumbers name="ISN">
23     <isis type="swish" filter="isn_swish">10 11</isis>
24     <isis type="index">10</isis>
25     <isis type="index">11</isis>
26     </IdentificationNumbers>
27    
28     <ISBN name="ISBN: " order="10">
29     <isis type="display">10</isis>
30     </ISBN>
31    
32     <ISSN name="ISSN: " order="11">
33     <isis type="display">11</isis>
34     </ISSN>
35    
36     <MFN name="MFN: ">
37     <isis>mfn</isis>
38     <isis type="index">mfn</isis>
39     </MFN>
40    
41     <PersonalName name="Autor: " order="15">
42     <isis type="swish">700 701 710 203f 203g</isis>
43     <isis type="display">700a, 700b</isis>
44     <isis type="display">710a. 710b (710d ; 710f ; 710e)</isis>
45     <isis type="index">700a, 700b</isis>
46     <isis type="index">701a, 701b</isis>
47     <isis type="index">710a</isis>
48     </PersonalName>
49    
50     <ArticleTitle name="Naslov: " order="16">
51     <isis>203a : 203e</isis>
52     </ArticleTitle>
53    
54     <TitleAndResponsibility name="Matièna publikacija: " order="20">
55     <isis>200a : 200e ; 200k</isis>
56     <isis type="swish">200d 200c</isis>
57     <isis type="swish">225a</isis>
58     <isis type="swish">230a 230e 231a 231e 232a 232e 233a 233e</isis>
59     <isis type="swish">270 271 271 273</isis>
60     <isis type="swish">423a 464a 464c</isis>
61     <isis type="swish">532</isis>
62     <isis type="swish">203</isis>
63     <isis append="1" type="display"> = 200d</isis>
64 dpavlin 110 <isis append="1" type="display">/ 200f ; 200g. 200c. - 216. -
65     203i</isis>
66 dpavlin 82 <isis type="index">200a</isis>
67     </TitleAndResponsibility>
68    
69     <EditionStatement name="Izdanje: " order="25">
70     <isis type="display">205a</isis>
71     </EditionStatement>
72    
73     <Date name="Godina izdavanja: " order="30">
74     <isis type="swish">210d</isis>
75     </Date>
76    
77     <Publisher name="Izdavaè: " order="35">
78     <isis type="swish">210a 210c</isis>
79     <isis type="index">210c, 210a</isis>
80     </Publisher>
81    
82     <Publication name="Impresum: " order="40">
83     <isis type="display">210a : 210c, 210d</isis>
84     </Publication>
85    
86     <PhisicalDescription name="Materijalni opis: " order="45">
87     <isis type="swish">215a : 215c ; 215d</isis>
88     <isis type="display">215a : 215c ; 215d</isis>
89     </PhisicalDescription>
90    
91     <Language name="Jezik: " order="50">
92     <isis type="swish" filter="lang_swish">101</isis>
93     <isis type="display" filter="lang_display">101</isis>
94     <isis type="index" filter="lang_display">101</isis>
95     </Language>
96    
97     <Note name="Napomena: " order="60">
98     <isis delimiter=". -">300</isis>
99     <isis append="1" delimiter=". - ">320</isis>
100     <isis append="1" delimiter=". - ">327</isis>
101     <isis append="1" delimiter=". - ">329</isis>
102     <isis type="index">300</isis>
103     <isis type="index">320</isis>
104     <isis type="index">327</isis>
105     <isis type="index">329</isis>
106     </Note>
107    
108     <UncontrolledTerms name="Tema: " order="65">
109     <isis delimiter=" * " format="upper">610 </isis>
110     <isis type="index">610</isis>
111     </UncontrolledTerms>
112    
113     <UDC name="UDK: " order="80">
114     <isis>675a</isis>
115     <isis type="index">675a</isis>
116     </UDC>
117     <!--
118     <library name="Kniji¾nica: " order="85">
119     <isis>994a</isis>
120     <isis type="index">994a</isis>
121     </library>
122     -->
123     <shelfNumber name="Signatura" order="90">
124     <isis>990</isis>
125 dpavlin 99 <isis type="index" filter="shelf">990</isis>
126 dpavlin 82 </shelfNumber>
127    
128     <invNo name="Inventarni broj: " order="95">
129     <isis delimiter=", ">991</isis>
130 dpavlin 223 <!--
131 dpavlin 82 <isis type="index">991</isis>
132 dpavlin 223 -->
133 dpavlin 82 </invNo>
134    
135     <type name="Vrsta graðe: " type="display" order="100">
136     <config>materialtype</config>
137     </type>
138    
139     <library name="Knji¾nica: " type="display" order="101">
140     <!-- added via library tag in .conf -->
141     <config>library</config>
142     <config>library_url</config>
143     </library>
144    
145    
146    
147    
148     </indexer>
149     </config>

Properties

Name Value
cvs2svn:cvs-rev 1.4

  ViewVC Help
Powered by ViewVC 1.1.26