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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 645 - (hide annotations)
Thu Jan 27 17:50:15 2005 UTC (19 years, 3 months ago) by dpavlin
File MIME type: text/xml
File size: 1689 byte(s)
local changes

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

Properties

Name Value
cvs2svn:cvs-rev 1.4

  ViewVC Help
Powered by ViewVC 1.1.26