1XML2MARC(1) User Contributed Perl Documentation XML2MARC(1)
2
3
4
6 xml2marc - convert LC SlimSchema XML to MARC21
7
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
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.32.0 2020-07-28 XML2MARC(1)