The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  Catmandu::Importer::SRU::Parser::raw - Package transforms SRU responses into a Perl hash

SYNOPSIS

my %attrs = ( base => 'http://www.unicat.be/sru', query => '(isbn=0855275103 or isbn=3110035170 or isbn=9010017362 or isbn=9014026188)', recordSchema => 'marcxml' , parser => 'raw' , );

my $importer = Catmandu::Importer::SRU->new(%attrs);

DESCRIPTION

Transforms each SRU record into a Perl hash containing the following fields:

  * recordSchema - the SRU record schema (see: http://www.loc.gov/standards/sru/recordSchemas/index.html)
  * recordPacking - the SRU format (can be 'string' or 'xml')
  * recordPosition - the result number
  * recordData - the unparsed record payload

AUTHOR

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