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::marcxml - Package transforms SRU responses into Catmandu MARC

Author

       Patrick Hochstenbach, "<patrick.hochstenbach at ugent.be>"

perl v5.38.2                                       2021-09-02             Catmandu::Impor...Parser::marcxml(3pm)

Description

       Each MARCXML response will be transformed into an format as defined by Catmandu::Importer::MARC

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

See Also