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-08 16:37:25 UTC


README

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