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

Contents of /trunk/conf/normalize/marc-nsk.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 758 - (show annotations)
Wed Oct 25 11:02:36 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 268 byte(s)
local config

1
2 if ( rec('200','a') ) {
3
4 marc('035','6',
5 join_with('',
6 config(),
7 'L',
8 rec('000')
9 )
10 );
11
12 marc('020','a',
13 rec('10')
14 );
15
16
17 marc('022','a',
18 rec('011','a')
19 );
20
21
22 marc_indicators('245', 0, 0);
23 marc('245','a',
24 rec('200','a')
25 );
26
27 marc('500','a',
28 rec('300','a')
29 );
30
31 }

  ViewVC Help
Powered by ViewVC 1.1.26