swiss-social-archives/alephmarc2xml

This php class converts an MARC output from Aleph to a XML file

2.0.0 2017-02-09 12:53 UTC

This package is not auto-updated.

Last update: 2024-06-22 16:57:03 UTC


README

AlephMarc2XML

This php class converts an MARC output from Aleph to a XML file

Usage

$marc = new AlephMarc2XML();
$marc->setFileName('down.txt');
$xml = $marc->get();

or

$marc = new AlephMarc2XML();
$marc->setContent($content); // String with Marc
$xml = $marc->get();

License

MIT