1MARC2XML(1) User Contributed Perl Documentation MARC2XML(1)
23
4
NAME
6marc2xml - convert a MARC file to XML
7
SYNOPSIS
9# convert a file
10% marc2xml marc.dat > marc.xml
1112
# or use in a pipeline
13% cat marc.dat | marc2xml > marc.xml
14
DESCRIPTION
16marc2xml is a command line utility for converting MARC21 bibliographic
17data to XML using the Library of Congress Slim Schema. Conversion is
18handled using the MARC::Record and MARC::File::XML packages.
1920
21
22
perl v5.32.0 2020-07-28 MARC2XML(1)