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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 269 - (show annotations)
Fri Mar 12 16:13:12 2004 UTC (20 years, 1 month ago) by dpavlin
File MIME type: text/xml
File size: 1411 byte(s)
filters and import_xml definitions for Humanistika

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

Properties

Name Value
cvs2svn:cvs-rev 1.4

  ViewVC Help
Powered by ViewVC 1.1.26