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

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

revision 468 by dpavlin, Sat May 13 09:25:56 2006 UTC revision 469 by dpavlin, Sat May 13 09:48:25 2006 UTC
# Line 213  tag('PieceNum', Line 213  tag('PieceNum',
213  tag('PieceAnalitic',  tag('PieceAnalitic',
214          join_with(' / ',          join_with(' / ',
215                  rec('464','a'),                  rec('464','a'),
216                  joint_with(' ',                  join_with(' ',
217                          rec(464,'g'),                          rec(464,'g'),
218                          rec(464,'f'),                          rec(464,'f'),
219                  )                  )
# Line 248  tag('APACC', Line 248  tag('APACC',
248  );  );
249    
250  tag('PersonalNamePrim',  tag('PersonalNamePrim',
251          join_width(', ',          join_with(', ',
252                  rec(700,'a'),                  rec(700,'a'),
253                  rec(700,'b'),                  rec(700,'b'),
254          )          )
255  );  );
256    
257  tag('PersonalNameSec',  tag('PersonalNameSec',
258          join_width(', ',          join_with(', ',
259                  rec(701,'a'),                  rec(701,'a'),
260                  rec(701,'b'),                  rec(701,'b'),
261          )          )
262  );  );
263    
264  tag('PersonalNameOth',  tag('PersonalNameOth',
265          join_width(', ',          join_with(', ',
266                  rec(702,'a'),                  rec(702,'a'),
267                  rec(702,'b'),                  rec(702,'b'),
268          )          )
# Line 275  search('Names', Line 275  search('Names',
275  );  );
276    
277  tag('CorporateNamePrim',  tag('CorporateNamePrim',
278          join_width(', ',          join_with(', ',
279                  rec(710,'a'),                  rec(710,'a'),
280                  rec(710,'b'),                  rec(710,'b'),
281          )          )
282  );  );
283    
284  tag('CorporateNameSec',  tag('CorporateNameSec',
285          join_width(', ',          join_with(', ',
286                  rec(711,'a'),                  rec(711,'a'),
287                  rec(711,'b'),                  rec(711,'b'),
288          )          )

Legend:
Removed from v.468  
changed lines
  Added in v.469

  ViewVC Help
Powered by ViewVC 1.1.26