此PHP类将Aleph生成的MARC输出转换为XML文件

2.0.0 2017-02-09 12:53 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:09:32 UTC


README

此PHP类将Aleph生成的MARC输出转换为XML文件

使用说明

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

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

许可证

MIT