logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

marc2xml - convert a MARC file to 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.

perl v5.32.1                                       2022-01-20                                       MARC2XML(1p)

Name

       marc2xml - 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

See Also