Catmandu::Importer::SRU::Parser::mabxml - Package transforms SRU responses into Catmandu MAB2
Contents
Copyright And License
This software is copyright (c) 2013 by Johann Rolschewski.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.36.0 2022-12-04 Catmandu::Impo...:Parser::mabxml(3pm)
Description
Each mabxml response will be transformed into the format defined by Catmandu::Importer::PICA
Name
Catmandu::Importer::SRU::Parser::mabxml - Package transforms SRU responses into Catmandu MAB2
Synopsis
my %attrs = (
base => 'http://sru.gbv.de/gvk',
query => '1940-5758',
recordSchema => 'mabxml' ,
parser => 'mabxml' ,
);
my $importer = Catmandu::Importer::SRU->new(%attrs);
