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

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

revision 757 by dpavlin, Mon May 22 22:18:07 2006 UTC revision 758 by dpavlin, Wed Oct 25 11:02:36 2006 UTC
# Line 1  Line 1 
1  display('ISSN',  marc('020','a',
2          rec('B'),          rec('B'),
3  );  );
4    
5  search('ISN',  marc_indicators('245', 0, 0);
         rec('B'),  
 );  
6    
7  tag('TitleProper',  marc('245','a',
8          rec('A')          rec('A')
9  );  );
10    
11  tag('Medium','[ Elektronička građa ]' );  marc('245','h',
12            '[ Elektronička građa ]'
 tag('fond',  
         rec('H')  
 );  
   
 tag('NamePublisher',  
         'Emerald'  
13  );  );
14    
15  tag('ElectronicLocation',  marc('856','u',
16          rec('D')          rec('D')
17  );  );
18    

Legend:
Removed from v.757  
changed lines
  Added in v.758

  ViewVC Help
Powered by ViewVC 1.1.26