/[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 294 - (show annotations)
Wed Mar 31 16:16:11 2004 UTC (20 years ago) by dpavlin
File MIME type: text/xml
File size: 1765 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="500"
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 delimiter=" ---> ">materialtype</config>
24 <config delimiter=" u knji¾nici: ">library</config>
25
26 </headline>
27
28 <!--
29 <IdentificationNumbers name="ISN">
30 <column type="swish" filter="isn_swish">|B|</column>
31 <column type="index">|B|</column>
32 </IdentificationNumbers>
33
34 <ISSN name="ISSN: " order="11">
35 <column type="display">|B|</column>
36 </ISSN>
37 -->
38 <ArticleTitle name="Naslov: " order="20">
39 <column type="swish">|C|</column>
40 <column type="display">|C| / |A|</column>
41 <column type="index">|C|</column>
42 </ArticleTitle>
43
44 <TitleAndResponsibility name="Matièna publikacija: " order="30">
45 <column type="swish">|D|</column>
46 <column type="dislpay">|D|, |E|</column>
47 <column type="dislpay" append="1">(|F|)</column>
48 <column type="dislpay" append="1">, |G|</column>
49 <column type="index">|D|</column>
50 </TitleAndResponsibility>
51
52 <shelfNumber name="Signatura" order="90">
53 <column>|H|</column>
54 <column type="index" filter="shelf">|H|</column>
55 </shelfNumber>
56
57 <!--
58 <library name="Knji¾nica: " order="85">
59 <column>|C|</column>
60 </library>
61 -->
62 <type name="Vrsta graðe: " type="display" order="100">
63 <!-- added via xml tag in .conf -->
64 <config>materialtype</config>
65 </type>
66
67
68 </indexer>
69 </config>

  ViewVC Help
Powered by ViewVC 1.1.26