/[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

Annotation of /branches/humanistika/import_xml/excel_dipl.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 286 - (hide annotations)
Sun Mar 14 19:44:57 2004 UTC (20 years, 1 month ago) by dpavlin
File MIME type: text/xml
File size: 1469 byte(s)
merge changes from trunk to branches, converted all import_xml

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

  ViewVC Help
Powered by ViewVC 1.1.26