/[webpac2]/trunk/conf/normalize/isis_ffzg.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 /trunk/conf/normalize/isis_ffzg.xml

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

revision 249 by dpavlin, Wed Dec 14 23:11:59 2005 UTC revision 267 by dpavlin, Fri Dec 16 21:09:37 2005 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="ISO-8859-2"?>  <?xml version="1.0" encoding="ISO-8859-2"?>
2  <!--  <!--
3          isis_codepage is code page which isis uses          Here are few examples of syntax.
         index_codepage is code page which will be stored in index  
4    
5          format of this file is described in: doc/formating_xml.txt          <isis type="search|display">something v200^a something else</isis>
6            <config type="search|display">name of var from config file</config>
7  -->  -->
8  <config  <config>
9          isis_codepage="852"  <indexer>
 >  
   
 <!--  
         <isis type="swish|display|index">_pre_000x_sep_000x_sep_000x_post_</isis>  
         <config type="swish|display">name of var from config file</config>  
 -->  
   
   
         <format name="PersonalName"><![CDATA[  
                 <a href="?rm=results&show_full=1&f=PersonalName&v=%s">%s</a>  
         ]]></format>  
   
         <format name="Publisher"><![CDATA[<a href="?rm=results&show_full=1&f=Publisher&v=%s">%s</a>]]></format>  
   
         <format name="UncontrolledTerms"><![CDATA[  
                 <a href="?rm=results&show_full=1&f=UncontrolledTerms&v=%s">%s</a>  
         ]]></format>  
           
         <format name="UDC"><![CDATA[  
                 <a href="?rm=results&show_full=1&f=UDC&v=%s">%s</a>  
         ]]></format>  
           
     <indexer>  
         <headline>  
                 <isis type="display">v200^a : v200^e / v200^f, v210^d.</isis>  
                 <config >  
                         <delimiter> (</delimiter>  
                         <value>materialtype</value>  
                 </config>  
                 <config >  
                         <delimiter>) ---> Lokacija: </delimiter>  
                         <value>library</value>  
                 </config>  
         </headline>  
   
         <filename>  
                 <isis type="filename">out/v000.html</isis>        
         </filename>  
   
10          <MFN>          <MFN>
11                  <isis>v000</isis>                  <isis>v000</isis>
12          </MFN>          </MFN>
13    
14          <ISBN>          <ISBN>
15                  <isis type="display">filter{isn_swish}v10</isis>                  <isis type="display">v10</isis>
16          </ISBN>          </ISBN>
17    
18          <ISSN>          <ISSN>
# Line 59  Line 20 
20          </ISSN>          </ISSN>
21    
22          <IdentificationNumbers name="ISN">          <IdentificationNumbers name="ISN">
23                  <isis type="swish">filter{isn_swish}v10 v11</isis>                  <isis type="search">v10 v11</isis>
24          </IdentificationNumbers>          </IdentificationNumbers>
25                    
26          <Language>          <Language>
27                  <isis type="swish">filter{lang_swish}v101</isis>                  <isis type="search">filter{lang_search}v101</isis>
28                  <isis type="display">filter{lang_display}v101</isis>                  <isis type="display">filter{lang_display}v101</isis>
29          </Language>          </Language>
30                    
31          <TitleProper>          <TitleProper>
32                  <isis>v200^a</isis>                  <isis><![CDATA[filter{regex(s/<[^>]*>/)}v200^a]]></isis>
33          </TitleProper>          </TitleProper>
34    
35            <titleNo>
36                    <isis>v200^9</isis>
37            </titleNo>
38    
39          <Subtitle>          <Subtitle>
40                  <isis>v200^e</isis>                  <isis>v200^e</isis>
41          </Subtitle>          </Subtitle>
# Line 188  Line 153 
153          </UncontrolledTerms>          </UncontrolledTerms>
154                    
155          <UDC_All>          <UDC_All>
156                  <isis type="swish">v675</isis>                  <isis type="search">v675</isis>
157          </UDC_All>          </UDC_All>
158                    
159          <UDC>          <UDC>
# Line 239  Line 204 
204                  <isis>v856^u</isis>                  <isis>v856^u</isis>
205          </URL>          </URL>
206    
207            <recType>
208                    <isis>lookup{tip:v900}</isis>
209            </recType>
210    
211            <Parts>
212                    <!--
213                    <isis>lookup{naslov:lookup{tip-naslovi:v946^1}}</isis>
214                    -->
215                    <isis>lookup{naslov:v900}</isis>
216            </Parts>
217            
218          <CallNo>          <CallNo>
219                  <isis>v990</isis>                  <isis>v990</isis>
220          </CallNo>          </CallNo>
# Line 250  Line 226 
226          <type name="Vrsta građe: " order="100">          <type name="Vrsta građe: " order="100">
227                  <!-- added via xml tag in .conf -->                  <!-- added via xml tag in .conf -->
228                  <config type="display">materialtype</config>                  <config type="display">materialtype</config>
229                  <config type="swish">material_code</config>                  <config type="search">material_code</config>
230                  <isis type="swish">200e</isis>                  <isis type="search">v200^e</isis>
231          </type>          </type>
232                    
233          <form name="Format: " order="101">          <form name="Format: " order="101">
234                  <!-- added via xml tag in .conf -->                  <!-- added via xml tag in .conf -->
235                  <config type="swish">material_form</config>                  <config type="search">material_form</config>
236          </form>          </form>
237                    
238          <library name="Knjižnica: " order="110">          <library name="Knjižnica: " order="110">
# Line 266  Line 242 
242                          <delimiter>, </delimiter>                          <delimiter>, </delimiter>
243                          <value>library_url</value>                          <value>library_url</value>
244                  </config>                  </config>
245                  <config type="swish">library_code</config>                  <config type="search">library_code</config>
246          </library>          </library>
247    
248      </indexer>  </indexer>
249  </config>  </config>

Legend:
Removed from v.249  
changed lines
  Added in v.267

  ViewVC Help
Powered by ViewVC 1.1.26