local config
[webpac2] / conf / normalize / excel_emerald.pl
1 display('ISSN',
2         rec('B'),
3 );
4
5 search('ISN',
6         rec('B'),
7 );
8
9 tag('TitleProper',
10         rec('A')
11 );
12
13 tag('Medium','[ Elektronièka graða ]' );
14
15 tag('fond',
16         rec('H')
17 );
18
19 tag('NamePublisher',
20         'Emerald'
21 );
22
23 tag('ElectronicLocation',
24         rec('D')
25 );
26