xml2marc(1p) debian man page | unix.com

Man Page: xml2marc

Operating Environment: debian

Section: 1p

XML2MARC(1p)						User Contributed Perl Documentation					      XML2MARC(1p)

NAME
xml2marc - convert LC SlimSchema XML to MARC21
SYNOPSIS
# convert a file % xml2marc marc.xml > marc.dat. # or use in a pipeline % cat marc.xml | xml2marc > marc.dat
DESCRIPTION
xml2marc is a command line utility for converting XML that uses the Library of Congress Slim Schema to MARC21 bibliographic data. Conversion is handled using the MARC::Record and MARC::File::XML packages. perl v5.14.2 2010-03-29 XML2MARC(1p)
Related Man Pages
marc(1) - debian
yaz-marcdump(1) - debian
xml::dumper(3) - redhat
marc::charset(3pm) - debian
marc::file::xml(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Detecting unused variables...
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?