/[webpac]/branches/humanistika/import_xml/excel_dipl.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/humanistika/import_xml/excel_dipl.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 269 - (show annotations)
Fri Mar 12 16:13:12 2004 UTC (20 years, 1 month ago) by dpavlin
File MIME type: text/xml
File size: 1397 byte(s)
filters and import_xml definitions for Humanistika

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="Diplomski"
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">|E|</column>
23 <config delimiter=" ---> ">materialtype</config>
24 <!--
25 <config delimiter=" u knji¾nici: ">library</config>
26 -->
27 </headline>
28
29 <!--
30
31 <IdentificationNumbers name="ID">
32 <column type="swish" filter="isn_swish">|B|</column>
33 <column type="index">|A|</column>
34 </IdentificationNumbers>
35
36 -->
37
38 <ID name="ID: " order="11">
39 <column>|A|</column>
40 </ID>
41
42 <PersonalName name="Autor: " order="15">
43 <column>|B|, |C|</column>
44 <column type="index">|B|, |C|</column>
45 </PersonalName>
46
47 <TitleAndResponsibility name="Naslov: " order="20">
48 <column>|E|</column>
49 <column type="index">|E|</column>
50 </TitleAndResponsibility>
51
52 <!--
53
54 <library name="Knji¾nica: " order="85">
55 <column>|C|</column>
56 </library>
57 -->
58
59 <type name="Vrsta graðe: " type="display" order="100">
60 <!-- added via xml tag in .conf -->
61 <config>materialtype</config>
62 </type>
63
64
65 </indexer>
66 </config>

  ViewVC Help
Powered by ViewVC 1.1.26