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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 788 - (show annotations)
Tue Apr 21 13:32:01 2009 UTC (15 years ago) by dpavlin
File MIME type: text/xml
File size: 1785 byte(s)
local
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 excel_codepage="windows-1250"
12 sheet="doaj"
13 start_row="2"
14 end_row="5000"
15 >
16
17 <!--
18 <isis type="swish|display|index">_pre_000x_sep_000x_sep_000x_post_</isis>
19 -->
20 <indexer>
21 <headline>
22 <column type="display">|A|</column>
23 <config>
24 <delimiter> [</delimiter>
25 <value>material_form</value>
26 </config>
27 <config>
28 <delimiter>] ---> Dostupan u zbirci: </delimiter>
29 <value>database</value>
30 </config>
31 </headline>
32
33 <ISSN name="ISSN: " order="20">
34 <column>|F| (tiskani), |G| (elektronièki)</column>
35 </ISSN>
36
37 <TitleAndResponsibility name="Naslov: " order="30">
38 <column>|A|</column>
39 <column type="index">|A|</column>
40 <column type="swish_exact">|A|</column>
41 </TitleAndResponsibility>
42
43 <Publisher name="Izdavaè: " order="35">
44 <column>|D|</column>
45 <column type="index">|D|</column>
46 </Publisher>
47
48 <Language name="Jezik: " order="40">
49 <column>|E|</column>
50 </Language>
51
52 <!--
53 <HoldingsPDF name="Full-text PDF od: " order="45">
54 <column>|B|</column>
55 </HoldingsPDF>
56 -->
57
58 <HoldingsUrl name="Full text URL: " order="51">
59 <column>|C|</column>
60 </HoldingsUrl>
61
62
63 <type name="Vrsta graðe: " order="100">
64 <!-- added via xml tag in .conf -->
65 <config>materialtype</config>
66 <config type="swish">material_code</config>
67 </type>
68
69 <database name="Zbirka: " order="101">
70 <config>database</config>
71 <config type="swish">dbcode</config>
72 </database>
73
74 <!--
75 <form name="Format: " order="101">
76 <config>material_form</config>
77 </form>
78 -->
79
80
81 </indexer>
82 </config>

  ViewVC Help
Powered by ViewVC 1.1.26