marc2xml - Man Page
convert a MARC file to XML
Synopsis
# convert a file % marc2xml marc.dat > marc.xml # or use in a pipeline % cat marc.dat | marc2xml > marc.xml
Description
marc2xml is a command line utility for converting MARC21 bibliographic data to XML using the Library of Congress Slim Schema. Conversion is handled using the MARC::Record and MARC::File::XML packages.
Info
2020-07-28 perl v5.32.0 User Contributed Perl Documentation