/[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 758 - (show annotations)
Sun Oct 29 16:56:39 2006 UTC (17 years, 5 months ago) by dpavlin
File MIME type: text/xml
File size: 1756 byte(s)
and few more configuration files (hopefully, all this time)

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="Sheet1"
13 start_row="1"
14 end_row="350"
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 </TitleAndResponsibility>
38
39 <Publisher name="Izdavaè: " order="35">
40 <column>|D|</column>
41 <column type="index">|D|</column>
42 </Publisher>
43
44 <!--
45 <JournalInfo name="Napomena: " order="36">
46 <column>|C|</column>
47 </JournalInfo>
48 -->
49 <FullText name="Fond: " order="45">
50 <column>|H| - |I|</column>
51 </FullText>
52
53 <Url name="Pristup na Full-text: " order="51">
54 <column>|C|</column>
55 </Url>
56 <!--
57 <InfoUrl name="URL: " order="52">
58 <column>|E|</column>
59 </InfoUrl>
60 -->
61 <type name="Vrsta graðe: " order="100">
62 <!-- added via xml tag in .conf -->
63 <config>materialtype</config>
64 <config type="swish">material_code</config>
65 </type>
66
67 <database name="Baza: " order="101">
68 <config>database</config>
69 <config type="swish">dbcode</config>
70 </database>
71
72 <form name="Format: " order="101">
73 <!-- added via xml tag in .conf -->
74 <config>material_form</config>
75 </form>
76
77
78 </indexer>
79 </config>

  ViewVC Help
Powered by ViewVC 1.1.26