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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 767 - (hide annotations)
Thu Aug 23 22:32:17 2007 UTC (16 years, 9 months ago) by dpavlin
File MIME type: text/xml
File size: 1924 byte(s)
local changes
1 dpavlin 649 <?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     <PersonalName name="Autor: " order="20">
34     <column>|F|, |G|</column>
35     <column type="index">|F|, |G|</column>
36     </PersonalName>
37    
38     <TitleAndResponsibility name="Naslov: " order="30">
39     <column>|H|</column>
40     <column type="index">|H|</column>
41     </TitleAndResponsibility>
42    
43     <Date name="Godina izdavanja: " order="50">
44     <column>|I|</column>
45     </Date>
46    
47     <Menthor name="Mentor: " order="55">
48     <column>|N|</column>
49     <column type="index">|N|</column>
50     </Menthor>
51    
52     <UncontrolledTerms name="Kljuène rijeèi: " order="60">
53     <column>|P|</column>
54     </UncontrolledTerms>
55    
56     <Instrument name="Instrumenti: " order="70">
57     <column>|Q| |R| |S| |T| |U| |V| |W| |X| |Y| |Z|</column>
58     </Instrument>
59    
60     <type name="Vrsta graðe: " order="100">
61     <!-- added via xml tag in .conf -->
62     <config>materialtype</config>
63     </type>
64    
65     <form name="Format: " order="101">
66     <!-- added via xml tag in .conf -->
67     <config>material_form</config>
68     </form>
69    
70     <library name="Knji¾nica: " order="110">
71     <config type="display">library</config>
72     <config type="display" append="1" >
73     <delimiter>, </delimiter>
74     <value>library_url</value>
75     </config>
76     <config type="swish">library_code</config>
77     </library>
78    
79     </indexer>
80     </config>

  ViewVC Help
Powered by ViewVC 1.1.26