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

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

revision 611 by dpavlin, Sun Jul 30 14:19:54 2006 UTC revision 612 by dpavlin, Wed Aug 23 10:08:17 2006 UTC
# Line 122  marc('250','a', Line 122  marc('250','a',
122  #  #
123  marc_original_order('260', '210');  marc_original_order('260', '210');
124    
125  marc('260','a',  # marc('260','a',
126          rec('210','a'),  #       rec('210','a'),
127  );  # );
128    #
129    # marc('260','b',
130    #       rec('210','c'),
131    # );
132    
133  marc('260','b',  # marc('260','c',
134          rec('210','c'),  #       rec('210','d'),
135  );  # );
   
 marc('260','c',  
         rec('210','d'),  
 );  
136    
137  # marc_compose('260',  # marc_compose('260',
138  #       'a', split_rec_on('210','a', qr/\s*;\s*/, 1),  #       'a', split_rec_on('210','a', qr/\s*;\s*/, 1),

Legend:
Removed from v.611  
changed lines
  Added in v.612

  ViewVC Help
Powered by ViewVC 1.1.26