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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 766 - (show annotations)
Thu Aug 23 22:32:15 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: text/xml
File size: 2095 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="Diplomski"
13 start_row="2"
14 end_row="2000"
15 >
16
17 <!--
18 <isis type="swish|display|index">_pre_000x_sep_000x_sep_000x_post_</isis>
19 -->
20
21
22 <indexer>
23 <headline>
24 <column type="display">|I| / |H| |G|</column>
25 <config>
26 <delimiter> (</delimiter>
27 <value>materialtype</value>
28 </config>
29 <config>
30 <delimiter>) ---> Lokacija: </delimiter>
31 <value>library</value>
32 </config>
33 </headline>
34
35 <PersonalName name="Autor: " order="20">
36 <column>|G|, |H|</column>
37 <column type="index">|G|, |H|</column>
38 </PersonalName>
39
40 <TitleAndResponsibility name="Naslov: " order="30">
41 <column>|I|</column>
42 <column type="index">|I|</column>
43 </TitleAndResponsibility>
44
45 <Date name="Godina izdavanja: " order="50">
46 <column>|J|</column>
47 </Date>
48
49 <Menthor name="Mentor: " order="55">
50 <column>|O|</column>
51 <column type="index">|O|</column>
52 </Menthor>
53
54
55 <UncontrolledTerms name="Kljuène rijeèi: " order="60">
56 <column>|Q|</column>
57 </UncontrolledTerms>
58
59 <Instrument name="Instrumenti: " order="70">
60 <column>|R| |S| |T| |U| |V| |W| |X| |Y| |Z| |AA|</column>
61 </Instrument>
62
63 <URL name="Digitalna verzija:" order="85">
64 <column type="display">|E|</column>
65 </URL>
66
67 <type name="Vrsta graðe: " order="100">
68 <!-- added via xml tag in .conf -->
69 <config type="display">materialtype</config>
70 <config type="swish">material_code</config>
71 </type>
72
73 <form name="Format: " order="101">
74 <!-- added via xml tag in .conf -->
75 <config type="swish">material_form</config>
76 </form>
77
78 <library name="Knji¾nica: " order="110">
79 <config type="display">library</config>
80 <config type="display" append="1" >
81 <delimiter>, </delimiter>
82 <value>library_url</value>
83 </config>
84 <config type="swish">library_code</config>
85 </library>
86
87 </indexer>
88 </config>

  ViewVC Help
Powered by ViewVC 1.1.26