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

NAME

6       xml2marc - convert LC SlimSchema XML to MARC21
7

SYNOPSIS

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

DESCRIPTION

16       xml2marc is a command line utility for converting XML that uses the
17       Library of Congress Slim Schema to MARC21 bibliographic data.
18       Conversion is handled using the MARC::Record and MARC::File::XML
19       packages.
20
21
22
23perl v5.30.1                      2020-01-29                       XML2MARC(1)
Impressum