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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 665 - (show annotations)
Tue Feb 15 23:46:58 2005 UTC (19 years, 2 months ago) by dpavlin
File MIME type: text/xml
File size: 1956 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="Muzeologija"
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
34 <PersonalName name="Autor: " order="20">
35 <column>|A|, |B|</column>
36 <column type="index">|A|, |B|</column>
37 </PersonalName>
38
39 <TitleAndResponsibility name="Naslov: " order="30">
40 <column>|C|</column>
41 <column type="index">|C|</column>
42 </TitleAndResponsibility>
43
44 <Menthor name="Mentor: " order="40">
45 <column>|D|</column>
46 <column type="index">|D|</column>
47 </Menthor>
48
49 <Date name="Godina obrane: " order="50">
50 <column>|E|</column>
51 </Date>
52
53 <Chair name="Smjer: " order="60">
54 <config type="swish">chair</config>
55 <config type="display">chair</config>
56 </Chair>
57
58 <invNo name="Inventarni broj: " order="70">
59 <column>|F|</column>
60 <column type="index">|F|</column>
61 </invNo>
62
63 <type name="Vrsta graðe: " type="display" order="80">
64 <!-- added via xml tag in .conf -->
65 <config>materialtype</config>
66 </type>
67
68 <form name="Format: " order="101">
69 <!-- added via xml tag in .conf -->
70 <config>material_form</config>
71 </form>
72
73
74 <library name="Knji¾nica: " order="110">
75 <config type="display">library</config>
76 <config type="display" append="1" >
77 <delimiter>, </delimiter>
78 <value>library_url</value>
79 </config>
80 <config type="swish">library_code</config>
81 </library>
82
83
84 </indexer>
85 </config>

  ViewVC Help
Powered by ViewVC 1.1.26