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

Annotation of /branches/ffzg/import_xml/excel_psdipl.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 613 - (hide annotations)
Fri Dec 31 02:30:55 2004 UTC (19 years, 3 months ago) by dpavlin
File MIME type: text/xml
File size: 1604 byte(s)
local changes

1 dpavlin 613 <?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">|H| / |G| |F|</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     <type name="Vrsta graðe: " type="display" order="100">
34     <!-- added via xml tag in .conf -->
35     <config>materialtype</config>
36     </type>
37    
38    
39     <library name="Knji¾nica: " order="85">
40     <config type="swish">library_code</config>
41     <config type="display">library</config>
42     </library>
43    
44     <Instrument name="Instrumenti: " order="70">
45     <column>|Q| |R| |S| |T| |U| |V| |W| |X| |Y| |Z|</column>
46     </Instrument>
47    
48     <UncontrolledTerms name="Kljuène rijeèi: " order="60">
49     <column>|P|</column>
50     </UncontrolledTerms>
51    
52     <Date name="Godina izdavanja: " order="50">
53     <column>|I|</column>
54     </Date>
55    
56     <TitleAndResponsibility name="Naslov: " order="30">
57     <column>|H|</column>
58     <column type="index">|H|</column>
59     </TitleAndResponsibility>
60    
61     <PersonalName name="Autor: " order="20">
62     <column>|F|, |G|</column>
63     <column type="index">|F|, |G|</column>
64     </PersonalName>
65    
66    
67    
68     </indexer>
69     </config>

  ViewVC Help
Powered by ViewVC 1.1.26