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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 757 - (hide annotations)
Sun Oct 29 16:53:39 2006 UTC (17 years, 6 months ago) by dpavlin
File MIME type: text/xml
File size: 1751 byte(s)
more local import_xml configurations

1 dpavlin 757 <?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     marc_codepage="UTF-8"
12     >
13    
14     <!--
15     <isis type="swish|display|index">_pre_000x_sep_000x_sep_000x_post_</isis>
16     -->
17     <indexer>
18     <headline>
19     <marc type="display"> 245a </marc>
20     <config append="1" >
21     <delimiter> (</delimiter>
22     <value>materialtype</value>
23     </config>
24     <config >
25     <delimiter>) ---> Dostupan u zbirci: </delimiter>
26     <value>database</value>
27     </config>
28    
29     </headline>
30    
31     <IdentificationNumbers name="ISN">
32     <marc type="swish" filter="isn_swish">022a</marc>
33     <marc type="index">022a</marc>
34     </IdentificationNumbers>
35    
36     <ISSN name="ISSN: " order="10">
37     <marc>022a</marc>
38     </ISSN>
39    
40     <TitleAndResponsibility name="Naslov: " order="20">
41     <marc>245a</marc>
42     <marc type="index">245a</marc>
43     </TitleAndResponsibility>
44    
45     <Publication name="Impresum: " order="40">
46     <marc>773d</marc>
47     </Publication>
48    
49     <Holdings name="Podaci o fondu: " order="50">
50     <marc>500a</marc>
51     </Holdings>
52    
53     <HoldingsUrl name="Full text URL: " order="51">
54     <marc>856u</marc>
55     </HoldingsUrl>
56    
57     <type name="Vrsta graĆ°e: " order="100">
58     <!-- added via xml tag in .conf -->
59     <config type="display">materialtype</config>
60     <config type="swish">material_code</config>
61     </type>
62    
63     <form name="Forma: " order="102">
64     <!-- added via xml tag in .conf -->
65     <config type="swish" >material_form</config>
66     </form>
67    
68     <database name="Baza podataka: " type="display" order="110">
69     <config>database</config>
70     <config type="swish">dbcode</config>
71     </database>
72    
73     </indexer>
74     </config>

  ViewVC Help
Powered by ViewVC 1.1.26