1MARC2XML(1)           User Contributed Perl Documentation          MARC2XML(1)
2
3
4

NAME

6       marc2xml - convert a MARC file to XML
7

SYNOPSIS

9           # convert a file
10           % marc2xml marc.dat > marc.xml
11
12           # or use in a pipeline
13           % cat marc.dat | marc2xml > marc.xml
14

DESCRIPTION

16       marc2xml is a command line utility for converting MARC21 bibliographic
17       data to XML using the Library of Congress Slim Schema. Conversion is
18       handled using the MARC::Record and MARC::File::XML packages.
19
20
21
22perl v5.34.0                      2021-07-22                       MARC2XML(1)
Impressum