/[webpac]/branches/ffzg/import_xml/excel_izinfdipl.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_izinfdipl.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: 2097 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="Informatologija"
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 <indexer>
21 <headline>
22 <column type="display">|C| / |B| |A|</column>
23 <config>
24 <delimiter> ---> </delimiter>
25 <value>materialtype</value>
26 </config>
27 <config>
28 <delimiter>. Lokacija: </delimiter>
29 <value>library</value>
30 </config>
31 </headline>
32
33 <PersonalName name="Autor: " order="20">
34 <column>|A|, |B|</column>
35 <column type="index">|A|, |B|</column>
36 </PersonalName>
37
38 <TitleAndResponsibility name="Naslov: " order="30">
39 <column>|C|</column>
40 <column type="index">|C|</column>
41 </TitleAndResponsibility>
42
43 <Menthor name="Mentor: " order="40">
44 <column>|D|</column>
45 <column type="index">|D|</column>
46 </Menthor>
47
48 <Date name="Godina obrane: " order="50">
49 <column>|E|</column>
50 </Date>
51
52 <Chair name="Smjer: " order="60">
53 <config type="swish">chair</config>
54 <config type="display">chair</config>
55 </Chair>
56
57 <URL name="Digitalna verzija:" order="85">
58 <column type="display">|H|</column>
59 </URL>
60
61 <invNo name="Inventarni broj: " order="70">
62 <column>|F|</column>
63 <column type="index">|F|</column>
64 </invNo>
65
66 <type name="Vrsta graðe: " order="100">
67 <!-- added via xml tag in .conf -->
68 <config type="display">materialtype</config>
69 <config type="swish">material_code</config>
70 </type>
71
72 <form name="Format: " order="101">
73 <!-- added via xml tag in .conf -->
74 <config>material_form</config>
75 </form>
76
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
88 </indexer>
89 </config>

  ViewVC Help
Powered by ViewVC 1.1.26