/[webpac]/branches/humanistika/import_xml/excel_uazg.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_uazg.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: 930 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="Inventarna knjiga"
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">|D|</column>
23 </headline>
24
25 <TitleAndResponsibility name="Naslov: " order="20">
26 <column>|D|</column>
27 <column type="index">|D|</column>
28 </TitleAndResponsibility>
29
30 <PersonalName name="Autor: " order="25">
31 <column>|C|</column>
32 </PersonalName>
33
34 <type name="Vrsta graĆ°e: " type="display" order="100">
35 <!-- added via xml tag in .conf -->
36 <config>materialtype</config>
37 </type>
38
39
40 </indexer>
41 </config>

  ViewVC Help
Powered by ViewVC 1.1.26