report missing marc_remove
[webpac2] / vhost / ecas / muse2json.pl
1 tag('title',    rec('A') );
2 tag('url',      rec('B') );
3 tag('publisher', rec('C') );
4 tag('issn_e',   rec('E') );
5 tag('issn',     rec('F') );
6 tag('from',     rec('H') );
7 tag('to',       rec('I') );
8 tag('coverage', rec('K') );
9 tag('collection',
10         config('input description')
11 );