logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::Importer::SRU::Parser::mabxml - Package transforms SRU responses into Catmandu MAB2

Author

       Johann Rolschewski <jorol@cpan.org>

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);

See Also