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 |
<config append="1" > |
21 |
<delimiter> -- </delimiter> |
22 |
<value>materialtype</value> |
23 |
</config> |
24 |
<marc append="1" type="display"> ---> u bazi: 773t </marc> |
25 |
|
26 |
</headline> |
27 |
|
28 |
<IdentificationNumbers name="ISN"> |
29 |
<marc type="swish" filter="isn_swish">022a</marc> |
30 |
<marc type="index">022a</marc> |
31 |
</IdentificationNumbers> |
32 |
|
33 |
<ISSN name="ISSN: " order="10"> |
34 |
<marc type="display">022a</marc> |
35 |
</ISSN> |
36 |
|
37 |
<TitleAndResponsibility name="Naslov: " order="20"> |
38 |
<marc>245a</marc> |
39 |
<marc type="index">245a</marc> |
40 |
<marc type="swish_exact">245a</marc> |
41 |
</TitleAndResponsibility> |
42 |
|
43 |
<Publication name="Impresum: " order="40"> |
44 |
<marc>773d</marc> |
45 |
</Publication> |
46 |
|
47 |
<Holdings name="Podaci o fondu: " order="50"> |
48 |
<marc>856#3</marc> |
49 |
</Holdings> |
50 |
|
51 |
<HoldingsUrl name="Full text URL: " order="51"> |
52 |
<marc>856u</marc> |
53 |
</HoldingsUrl> |
54 |
|
55 |
<type name="Vrsta graưe: " type="display" order="100"> |
56 |
<!-- added via xml tag in .conf --> |
57 |
<config>materialtype</config> |
58 |
</type> |
59 |
|
60 |
<database name="Baza podataka: " type="display" order="101"> |
61 |
<marc>773t</marc> |
62 |
</database> |
63 |
|
64 |
</indexer> |
65 |
</config> |