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

Diff of /branches/ecas/import_xml/marc_ebsco.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 755 by dpavlin, Sun Oct 29 16:42:48 2006 UTC revision 756 by dpavlin, Sun Oct 29 16:48:22 2006 UTC
# Line 8  Line 8 
8                  often set at 31999                  often set at 31999
9  -->  -->
10  <config  <config
11          marc_codepage="iso-8859-1"          marc_codepage="UTF-8"
12  >  >
13    
14  <!--  <!--
# Line 17  Line 17 
17      <indexer>      <indexer>
18          <headline>          <headline>
19                  <marc type="display"> 245a </marc>                  <marc type="display"> 245a </marc>
20                  <config append="1" delimiter=" -- ">materialtype</config>                  <config append="1" >
21                  <marc append="1" type="display"> ---> u bazi: 773t </marc>                          <delimiter> (</delimiter>
22                            <value>materialtype</value>
23                    </config>
24                    <config >
25                            <delimiter>) ---> Dostupan u bazi: </delimiter>
26                            <value>database</value>
27                    </config>
28    
29          </headline>          </headline>
30    
# Line 28  Line 34 
34          </IdentificationNumbers>          </IdentificationNumbers>
35    
36          <ISSN name="ISSN: " order="10">          <ISSN name="ISSN: " order="10">
37                  <marc type="display">022a</marc>                  <marc>022a</marc>
38          </ISSN>          </ISSN>
39    
40          <TitleAndResponsibility name="Naslov: " order="20">          <TitleAndResponsibility name="Naslov: " order="20">
41                  <marc>245a</marc>                  <marc>245a</marc>
42                  <marc type="index">245a</marc>                  <marc type="index">245a</marc>
                 <marc type="swish_exact">245a</marc>  
43          </TitleAndResponsibility>          </TitleAndResponsibility>
44    
45          <Publication name="Impresum: " order="40">          <Publication name="Impresum: " order="40">
# Line 49  Line 54 
54                  <marc>856u</marc>                  <marc>856u</marc>
55          </HoldingsUrl>          </HoldingsUrl>
56    
57          <type name="Vrsta graše: " type="display" order="100">          <type name="Vrsta graše: " order="100">
58                  <!-- added via xml tag in .conf -->                  <!-- added via xml tag in .conf -->
59                  <config>materialtype</config>                  <config type="display">materialtype</config>
60                    <config type="swish">material_code</config>
61          </type>          </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="101">          <database name="Baza podataka: " type="display" order="110">
69                  <marc>773t</marc>                  <config>database</config>
70                    <config type="swish">dbcode</config>
71          </database>          </database>
72                    
73      </indexer>      </indexer>

Legend:
Removed from v.755  
changed lines
  Added in v.756

  ViewVC Help
Powered by ViewVC 1.1.26