/[webpac]/branches/ecas/import_xml/excel_muse.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_muse.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: 1856 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="Project MUSE Holdings"
13 start_row="2"
14 end_row="400"
15 >
16
17 <indexer>
18 <headline>
19 <column type="display">|A|</column>
20 <config>
21 <delimiter>. (</delimiter>
22 <value>materialtype</value>
23 </config>
24 <config>
25 <delimiter>) ---> Dostupan u zbirci: </delimiter>
26 <value>database</value>
27 </config>
28 </headline>
29
30 <ISSN name="ISSN: " order="20">
31 <column>|E| (elektronièki), |F| (tiskani)</column>
32 </ISSN>
33
34 <TitleAndResponsibility name="Naslov: " order="30">
35 <column>|A|</column>
36 <column type="index">|A|</column>
37 <column type="swish_exact">|A|</column>
38 </TitleAndResponsibility>
39
40 <Publisher name="Izdavaè: " order="35">
41 <column>|D|</column>
42 <column type="index">|D|</column>
43 </Publisher>
44
45 <!--
46 <JournalInfo name="Napomena: " order="36">
47 <column>|C|</column>
48 </JournalInfo>
49 -->
50 <FullText name="Doustupan fond: " order="45">
51 <column>|K|</column>
52 </FullText>
53
54 <Url name="Pristup na Full-text: " order="51">
55 <column>|B|</column>
56 </Url>
57 <!--
58 <InfoUrl name="URL: " order="52">
59 <column>|E|</column>
60 </InfoUrl>
61 -->
62
63 <Note name="Opis: " order="52" >
64 <column>|L|</column>
65 </Note>
66
67 <type name="Vrsta graðe: " order="100">
68 <!-- added via xml tag in .conf -->
69 <config>materialtype</config>
70 <config type="swish">material_code</config>
71 </type>
72
73 <database name="Baza: " order="101">
74 <config>database</config>
75 <config type="swish">dbcode</config>
76 </database>
77
78 <!--
79 <form name="Format: " order="101">
80 <config>material_form</config>
81 </form>
82 -->
83
84
85 </indexer>
86 </config>

  ViewVC Help
Powered by ViewVC 1.1.26