Re: [CODE4LIB] net::oai::harvester [resolved]

2007-12-17 Thread Eric Lease Morgan
On Dec 13, 2007, at 10:33 AM, Eric Lease Morgan wrote: Put another way, if I want to use repository using NET::OAI::Harvester to read repository data in a form other than DC will I need to write an additional module such as NET::OAI::Record::MARCXML? But I'm lazy, and even though it is not

Re: [CODE4LIB] net::oai::harvester [resolved]

2007-12-17 Thread Ed Summers
fwiw, my proposed solution was to use MARC::File::XML from the marc-xml cpan module [1] use Net::OAI::Harvester; use MARC::File::SAX; my $url = 'http://memory.loc.gov/cgi-bin/oai2_0'; my $harvester = Net::OAI::Harvester-new(baseURL = $url); my $response =