MARCXML implementation for MARC records CPAN Travis

Installation

To build the project run the following command (Dist::Zilla must be installed):

dzil build

Testing

To run tests run the following command:

dzil test

Usage

Decoding from string to MARC::Record

use MARC::File::MARCXML;

my $record = MARC::File::MARCXML->decode($str_xml);

Encoding from MARC::Record to string

use MARC::File::MARCXML;

my $str = MARC::File::MARCXML->encode($record);

Copyright (c) 2011-2014, 2016 University Of Helsinki (The National Library Of Finland)

This project's source code is licensed under the terms of GNU General Public License Version 3.