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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 758 - (hide annotations)
Sun Oct 29 16:56:39 2006 UTC (17 years, 5 months ago) by dpavlin
File MIME type: text/xml
File size: 1735 byte(s)
and few more configuration files (hopefully, all this time)

1 dpavlin 758 <?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="All Titles"
13     start_row="20"
14     end_row="250"
15     >
16    
17     <indexer>
18     <headline>
19     <column type="display">|A|</column>
20     <config>
21     <delimiter>. (</delimiter>
22     <value>materialtype</value>
23     </config>
24     <config>
25     <delimiter>) ---> Dostupan u zbirci: </delimiter>
26     <value>database</value>
27     </config>
28     </headline>
29    
30     <ISSN name="ISSN: " order="20">
31     <column>|B|</column>
32     </ISSN>
33    
34     <TitleAndResponsibility name="Naslov: " order="30">
35     <column>|A|</column>
36     <column type="index">|A|</column>
37     </TitleAndResponsibility>
38    
39     <Publisher name="Izdavaè: " order="35">
40     <config>publisher</config>
41     <config type="index">publisher</config>
42     </Publisher>
43    
44     <JournalInfo name="Napomena: " order="36">
45     <column>|C|</column>
46     </JournalInfo>
47    
48     <FullText name="Full text od godine: " order="45">
49     <column>|H|</column>
50     </FullText>
51    
52     <Url name="Pristup na Full-text: " order="51">
53     <column>|D|</column>
54     </Url>
55    
56     <InfoUrl name="URL: " order="52">
57     <column>|E|</column>
58     </InfoUrl>
59    
60     <type name="Vrsta graðe: " order="100">
61     <!-- added via xml tag in .conf -->
62     <config>materialtype</config>
63     <config type="swish">material_code</config>
64     </type>
65    
66     <database name="Baza: " order="101">
67     <config>database</config>
68     <config type="swish">dbcode</config>
69     </database>
70    
71     <form name="Format: " order="101">
72     <!-- added via xml tag in .conf -->
73     <config>material_form</config>
74     </form>
75    
76    
77    
78     </indexer>
79     </config>

  ViewVC Help
Powered by ViewVC 1.1.26