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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 763 - (show annotations)
Sun Nov 5 11:26:37 2006 UTC (17 years, 5 months ago) by dpavlin
File MIME type: text/xml
File size: 1712 byte(s)
local changes
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="sage"
13 start_row="1"
14 end_row="300"
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">|C|</column>
23 <config>
24 <delimiter> (</delimiter>
25 <value>materialtype</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>|A|</column>
35 </ISSN>
36
37 <TitleAndResponsibility name="Naslov: " order="30">
38 <column>|C|</column>
39 <column type="index">|C|</column>
40 <column type="swish_exact">|C|</column>
41 </TitleAndResponsibility>
42
43 <!--
44 <Publisher name="Izdavaè: " order="35">
45 <column>|E|</column>
46 <column type="index">|E|</column>
47 </Publisher>
48
49
50 <HoldingsPDF name="Full-text PDF od: " order="45">
51 <column>|B|</column>
52 </HoldingsPDF>
53 -->
54
55 <HoldingsUrl name="Full text URL: " order="51">
56 <column>|B|</column>
57 </HoldingsUrl>
58
59
60 <type name="Vrsta graðe: " order="100">
61 <!-- added via xml tag in .conf -->
62 <config>materialtype</config>
63 <config type="swish">material_code</config>
64 </type>
65
66 <database name="Baza: " order="101">
67 <config>database</config>
68 <config type="swish">dbcode</config>
69 </database>
70
71 <form name="Format: " order="101">
72 <!-- added via xml tag in .conf -->
73 <config>material_form</config>
74 </form>
75
76
77
78 </indexer>
79 </config>

  ViewVC Help
Powered by ViewVC 1.1.26