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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 715 - (show annotations)
Sun Sep 11 18:46:51 2005 UTC (18 years, 6 months ago) by dpavlin
File MIME type: text/xml
File size: 2100 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="separati"
13 start_row="2"
14 end_row="1000"
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| / |A|, |D|</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="15">
34 <column type="swish">|A|</column>
35 <column type="display">|A|</column>
36 <column type="index">|A|</column>
37 </PersonalName>
38
39 <ArticleTitle name="Naslov: " order="20">
40 <column type="swish">|C|</column>
41 <column type="display">|C| / |A|</column>
42 <column type="index">|C|</column>
43 </ArticleTitle>
44
45 <TitleAndResponsibility name="Matièna publikacija: " order="30">
46 <column type="swish">|C| |D|</column>
47 <column type="display">|D|, |E|</column>
48 <column type="display" append="1">(|F|)</column>
49 <column type="display" append="1">, |G|</column>
50 <column type="index">|C| |D|</column>
51 </TitleAndResponsibility>
52
53 <shelfNumber name="Signatura" order="90">
54 <column>|H|</column>
55 <column type="index" filter="shelf">|H|</column>
56 </shelfNumber>
57
58 <type name="Vrsta graðe: " order="100">
59 <!-- added via xml tag in .conf -->
60 <config type="display">materialtype</config>
61 <config type="swish">material_code</config>
62 </type>
63
64 <form name="Format: " order="101">
65 <!-- added via xml tag in .conf -->
66 <config>material_form</config>
67 </form>
68
69 <library name="Knji¾nica: " order="110">
70 <config type="display">library</config>
71 <config type="display" append="1" >
72 <delimiter>, </delimiter>
73 <value>library_url</value>
74 </config>
75 <config type="swish">library_code</config>
76 </library>
77
78 </indexer>
79 </config>

  ViewVC Help
Powered by ViewVC 1.1.26