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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 163 - (show annotations)
Thu Nov 20 21:23:40 2003 UTC (20 years, 4 months ago) by dpavlin
File MIME type: text/xml
File size: 1509 byte(s)
Added type="swish_exact" to save data into swish index with boundaries
xxbxx data xxexxx. This is helpful to implement exact match from beginning
of query and exact match to full query which are defined using e[nr] field
in web user interface (with same [nr] as f[nr] and v[nr] fields) which
have to have value 1 (from beginning) 2 (from end, not that useful...) or
3 (1+2 - exact match)

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

Properties

Name Value
cvs2svn:cvs-rev 1.4

  ViewVC Help
Powered by ViewVC 1.1.26