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

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

revision 522 by dpavlin, Thu May 18 12:10:18 2006 UTC revision 523 by dpavlin, Sun May 21 19:29:26 2006 UTC
# Line 1  Line 1 
1  display('ISSN',  display('ISSN',
2          rec('A'),          rec('B'),
3  );  );
4    
5  search('ISN',  search('ISN',
6          rec('A'),          rec('B'),
7  );  );
8    
9  tag('TitleProper',  tag('TitleProper',
10          rec('B')          rec('A')
11  );  );
12    
13  tag('Medium','[ Elektronička građa ]' );  tag('Medium','[ Elektronička građa ]' );
14    
15  tag('fond',  tag('fond',
16          rec('C')          rec('H')
 );  
   
 tag('PlacePublication',  
         rec('D')  
17  );  );
18    
19  tag('NamePublisher',  tag('NamePublisher',
20          rec('E'),          config('publisher'),
21  );  );
22    
23  tag('ElectronicLocation',  tag('ElectronicLocation',
24          rec('F')          rec('E')
25  );  );
26    

Legend:
Removed from v.522  
changed lines
  Added in v.523

  ViewVC Help
Powered by ViewVC 1.1.26