2017 © Pedro Peláez
 

library alephmarc2xml

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

image

swiss-social-archives/alephmarc2xml

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

  • Thursday, February 9, 2017
  • by phaidon
  • Repository
  • 2 Watchers
  • 1 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

AlephMarc2XML

This php class converts an MARC output from Aleph to a XML file, (*1)

Usage

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

or, (*2)

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

License

MIT, (*3)

The Versions

09/02 2017

dev-master

9999999-dev https://github.com/SwissSocialArchives/AlephMarc2XML

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

  Sources   Download

MIT

The Requires

  • php >=5.2

 

xml aleph marc

09/02 2017

2.0.0

2.0.0.0 https://github.com/SwissSocialArchives/AlephMarc2XML

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

  Sources   Download

MIT

The Requires

  • php >=5.2

 

xml aleph marc

18/06 2015

1.0.0

1.0.0.0 https://github.com/SwissSocialArchives/AlephMarc2XML

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

  Sources   Download

MIT

The Requires

  • php >=5.2

 

xml aleph marc