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

Contents of /branches/ecas/import_xml/excel_pubmed.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 763 - (show annotations)
Sun Nov 5 11:26:37 2006 UTC (17 years, 4 months ago) by dpavlin
File MIME type: text/xml
File size: 1951 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="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 <column type="swish_exact">|A|</column>
41 </TitleAndResponsibility>
42
43 <AbrTitle name="Skraæeni naslov: " order="31">
44 <column>|B|</column>
45 </AbrTitle>
46
47 <Publisher name="Izdavaè: " order="35">
48 <column>|E|</column>
49 <column type="index">|E|</column>
50 </Publisher>
51
52 <Holdings name="Dostupan od " order="45">
53 <column>|H| do |G|</column>
54 </Holdings>
55
56 <FreeAccess name="Slobodan pristup: " order="46">
57 <column>|I|</column>
58 </FreeAccess>
59
60 <OpenAccess name="Otvoreni pristup: " order="47">
61 <column>|K|</column>
62 </OpenAccess>
63
64 <Url name="Pristup na Full-text: " order="51">
65 <column>|M|</column>
66 </Url>
67
68 <type name="Vrsta graðe: " order="100">
69 <!-- added via xml tag in .conf -->
70 <config>materialtype</config>
71 <config type="swish">material_code</config>
72 </type>
73
74 <database name="Baza: " order="101">
75 <config>database</config>
76 <config type="swish">dbcode</config>
77 </database>
78
79 <form name="Format: " order="102">
80 <!-- added via xml tag in .conf -->
81 <config>material_form</config>
82 </form>
83
84
85
86 </indexer>
87 </config>

  ViewVC Help
Powered by ViewVC 1.1.26