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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 340 - (show annotations)
Thu Jun 10 22:22:19 2004 UTC (19 years, 10 months ago) by dpavlin
File MIME type: text/xml
File size: 1892 byte(s)
local changes

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="separati"
13 start_row="2"
14 end_row="1000"
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">|C| / |A|, |D|</column>
23 <config>
24 <delimiter> ---> </delimiter>
25 <value>materialtype</value>
26 </config>
27 <config>
28 <delimiter> u knji¾nici: </delimiter>
29 <value>library</value>
30 </config>
31 </headline>
32
33 <!--
34 <IdentificationNumbers name="ISN">
35 <column type="swish" filter="isn_swish">|B|</column>
36 <column type="index">|B|</column>
37 </IdentificationNumbers>
38
39 <ISSN name="ISSN: " order="11">
40 <column type="display">|B|</column>
41 </ISSN>
42 -->
43 <ArticleTitle name="Naslov: " order="20">
44 <column type="swish">|C|</column>
45 <column type="display">|C| / |A|</column>
46 <column type="index">|C|</column>
47 </ArticleTitle>
48
49 <TitleAndResponsibility name="Matièna publikacija: " order="30">
50 <column type="swish">|D|</column>
51 <column type="dislpay">|D|, |E|</column>
52 <column type="dislpay" append="1">(|F|)</column>
53 <column type="dislpay" append="1">, |G|</column>
54 <column type="index">|D|</column>
55 </TitleAndResponsibility>
56
57 <shelfNumber name="Signatura" order="90">
58 <column>|H|</column>
59 <column type="index" filter="shelf">|H|</column>
60 </shelfNumber>
61
62 <library name="Knji¾nica: " order="85">
63 <config type="swish">library_code</config>
64 <config type="display">library</config>
65 </library>
66
67 <type name="Vrsta graðe: " type="display" order="100">
68 <!-- added via xml tag in .conf -->
69 <config>materialtype</config>
70 </type>
71
72
73 </indexer>
74 </config>

  ViewVC Help
Powered by ViewVC 1.1.26