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

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
cvs2svn:cvs-rev 1.4

  ViewVC Help
Powered by ViewVC 1.1.26