--- trunk/conf/normalize/common.pl 2006/05/16 15:23:12 516 +++ trunk/conf/normalize/common.pl 2006/05/18 12:09:19 517 @@ -2,14 +2,6 @@ rec('000') ); -display('ControlNumber', - rec1('001') -); - -display('LastTransaction', - rec1('005') -); - display('ISBN', rec1('10'), rec('010','a') @@ -19,10 +11,6 @@ rec('010','b') ); -display('ISBN_availability', - rec('010','d') -); - display('ISBN_incorrect', rec('010','z') ); @@ -47,42 +35,6 @@ rec('011'), ); -display('NationalBibliographySource', - rec('020','a') -); - -display('NationalBibliographyNumber', - rec('020','b') -); - -display('LegalDepositSource', - rec('021','a') -); - -display('LegalDepositNumber', - rec('021','b') -); - -display('GovernmentDocumentSource', - rec('022','a') -); - -display('GovernmentDocumentNumber', - rec('022','b') -); - -display('GovernmentDocumentCancelled', - rec('022','z') -); - -tag('Coden', - rec('040','a') -); - -display('GeneralInformation', - rec(100,'a') -); - tag('LanguageText', rec(101,'a') ); @@ -94,22 +46,6 @@ ) ); -tag('LanguageSummary', - rec(101,'d') -); - -tag('LanguageContents', - rec(101,'e') -); - -tag('CountryPublishing', - rec(102,'a') -); - -tag('LocalSubentity', - rec(102,'b') -); - tag('TitleProper', regex( 's/<[^>]*>//g', rec(200,'a') @@ -353,7 +289,7 @@ rec(608) ); -tag('UncontroledTerms', +tag('UncontrolledTerms', rec(610) );