swiss-social-archives/alephmarc2xml

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

Maintainers

Package info

github.com/SwissSocialArchives/AlephMarc2XML

pkg:composer/swiss-social-archives/alephmarc2xml

Statistics

Installs: 52

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

2.0.0 2017-02-09 12:53 UTC

This package is not auto-updated.

Last update: 2026-03-15 01:38:04 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