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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 758 - (hide annotations)
Sun Oct 29 16:56:39 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/xml
File size: 1909 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="pubmed"
13     start_row="2"
14     end_row="300"
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">|A|</column>
23     <config>
24     <delimiter>. (</delimiter>
25     <value>materialtype</value>
26     </config>
27     <config>
28     <delimiter>) ---> Dostupan u zbirci: </delimiter>
29     <value>database</value>
30     </config>
31     </headline>
32    
33     <ISSN name="ISSN: " order="20">
34     <column>|C|</column>
35     </ISSN>
36    
37     <TitleAndResponsibility name="Naslov: " order="30">
38     <column>|A|</column>
39     <column type="index">|A|</column>
40     </TitleAndResponsibility>
41    
42     <AbrTitle name="Skraæeni naslov: " order="31">
43     <column>|B|</column>
44     </AbrTitle>
45    
46     <Publisher name="Izdavaè: " order="35">
47     <column>|E|</column>
48     <column type="index">|E|</column>
49     </Publisher>
50    
51     <Holdings name="Dostupan od " order="45">
52     <column>|H| do |G|</column>
53     </Holdings>
54    
55     <FreeAccess name="Slobodan pristup: " order="46">
56     <column>|I|</column>
57     </FreeAccess>
58    
59     <OpenAccess name="Otvoreni pristup: " order="47">
60     <column>|K|</column>
61     </OpenAccess>
62    
63     <Url name="Pristup na Full-text: " order="51">
64     <column>|M|</column>
65     </Url>
66    
67     <type name="Vrsta graðe: " order="100">
68     <!-- added via xml tag in .conf -->
69     <config>materialtype</config>
70     <config type="swish">material_code</config>
71     </type>
72    
73     <database name="Baza: " order="101">
74     <config>database</config>
75     <config type="swish">dbcode</config>
76     </database>
77    
78     <form name="Format: " order="102">
79     <!-- added via xml tag in .conf -->
80     <config>material_form</config>
81     </form>
82    
83    
84    
85     </indexer>
86     </config>

  ViewVC Help
Powered by ViewVC 1.1.26