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

Annotation of /trunk/t/conf/normalize/marc.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 746 - (hide annotations)
Sun Oct 8 12:43:39 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 240 byte(s)
 r1085@llin:  dpavlin | 2006-10-08 14:40:26 +0200
 added files needed for tests, quitet log

1 dpavlin 746
2     marc_leader('05','c');
3    
4     marc_indicators('900', 1, ' ');
5    
6     marc('900','9', 'foo');
7    
8     marc_repeatable_subfield('901','a', 'bar');
9    
10     marc_compose('902', 'a', 'baz');
11    
12     marc_original_order('903', '200');
13    
14     marc_duplicate();
15    
16     marc_remove('903');
17    

  ViewVC Help
Powered by ViewVC 1.1.26