1 |
dpavlin |
62 |
<?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 |
|
|
</headline> |
21 |
|
|
|
22 |
|
|
<ISSN name="ISSN" order="10"> |
23 |
dpavlin |
68 |
<marc>022a</marc> |
24 |
dpavlin |
62 |
</ISSN> |
25 |
|
|
|
26 |
|
|
<TitleAndResponsibility name="Naslov" order="20"> |
27 |
|
|
<marc>245a</marc> |
28 |
|
|
<marc type="index">245a</marc> |
29 |
|
|
</TitleAndResponsibility> |
30 |
|
|
|
31 |
|
|
<Publication name="Impresum" order="40"> |
32 |
|
|
<marc>773d</marc> |
33 |
|
|
</Publication> |
34 |
|
|
|
35 |
|
|
<Holdings name="Podaci o fondu" order="50"> |
36 |
|
|
<marc>856#3</marc> |
37 |
|
|
</Holdings> |
38 |
dpavlin |
68 |
|
39 |
|
|
<HoldingsUrl name="Full text URL" order="51"> |
40 |
|
|
<marc>856u</marc> |
41 |
|
|
</HoldingsUrl> |
42 |
|
|
|
43 |
dpavlin |
62 |
<type name="Tip graưe" type="display" order="100"> |
44 |
|
|
<!-- added via xml tag in .conf --> |
45 |
|
|
<config>materialtype</config> |
46 |
|
|
</type> |
47 |
|
|
|
48 |
|
|
<database name="Baza podataka" type="display" order="101"> |
49 |
|
|
<marc>773t</marc> |
50 |
|
|
</database> |
51 |
|
|
|
52 |
|
|
</indexer> |
53 |
|
|
</config> |