table of contents
Catmandu::Importer::SRU::Parser::marcxml(3pm) | User Contributed Perl Documentation | Catmandu::Importer::SRU::Parser::marcxml(3pm) |
NAME¶
Catmandu::Importer::SRU::Parser::marcxml - Package transforms SRU responses into Catmandu MARC
SYNOPSIS¶
my $importer = Catmandu::Importer::SRU->new( base => 'http://www.unicat.be/sru', query => '(isbn=0855275103 or isbn=3110035170 or isbn=9010017362 or isbn=9014026188)', recordSchema => 'marcxml', parser => 'marcxml', );
DESCRIPTION¶
Each MARCXML response will be transformed into an format as defined by Catmandu::Importer::MARC
AUTHOR¶
Patrick Hochstenbach, "<patrick.hochstenbach at ugent.be>"
2021-09-02 | perl v5.32.1 |