report missing marc_remove
[webpac2] / vhost / ecas / cairn2json.pl
1 tag('title',            rec('A') );
2 tag('issn',             rec('C') );
3 tag('publisher',        rec('B') );
4 tag('url',              rec('E') );
5 tag('urlp',             rec('E') );
6 tag( 'collection',      
7         config('input description')
8 );
9
10