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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 766 - (show annotations)
Thu Aug 23 22:32:15 2007 UTC (16 years, 8 months ago) by dpavlin
File MIME type: text/xml
File size: 2200 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="Arhivistika"
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 <format name="FT"><![CDATA[
22 <a href="http://darhiv.ffzg.hr/%s">%s</a>
23 ]]></format>
24
25 <indexer>
26 <headline>
27 <column type="display">|C| / |B| |A|</column>
28 <config>
29 <delimiter> ---> </delimiter>
30 <value>materialtype</value>
31 </config>
32 <config>
33 <delimiter>. Lokacija: </delimiter>
34 <value>library</value>
35 </config>
36 </headline>
37
38 <PersonalName name="Autor: " order="20">
39 <column>|A|, |B|</column>
40 <column type="index">|A|, |B|</column>
41 </PersonalName>
42
43 <TitleAndResponsibility name="Naslov: " order="30">
44 <column>|C|</column>
45 <column type="index">|C|</column>
46 </TitleAndResponsibility>
47
48 <Menthor name="Mentor: " order="40">
49 <column>|D|</column>
50 <column type="index">|D|</column>
51 </Menthor>
52
53 <Date name="Godina obrane: " order="50">
54 <column>|E|</column>
55 </Date>
56
57 <Chair name="Smjer: " order="60">
58 <config type="swish">chair</config>
59 <config type="display">chair</config>
60 </Chair>
61
62 <invNo name="Inventarni broj: " order="70">
63 <column>|F|</column>
64 <column type="index">|F|</column>
65 </invNo>
66
67 <URL name="Digitalna verzija: " order="85">
68 <column type="display">|H|</column>
69 </URL>
70
71 <type name="Vrsta graðe: " type="display" order="90">
72 <!-- added via xml tag in .conf -->
73 <config>materialtype</config>
74 </type>
75
76 <type name="Vrsta graðe: " order="100">
77 <!-- added via xml tag in .conf -->
78 <config type="display">materialtype</config>
79 <config type="swish">material_code</config>
80 </type>
81
82
83 <library name="Knji¾nica: " order="110">
84 <config type="display">library</config>
85 <config type="display" append="1" >
86 <delimiter>, </delimiter>
87 <value>library_url</value>
88 </config>
89 <config type="swish">library_code</config>
90 </library>
91
92 </indexer>
93 </config>

  ViewVC Help
Powered by ViewVC 1.1.26