This is the command marc2xmlp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
marc2xml - convert a MARC file to XML
SYNOPSIS
# convert a file
% marc2xml marc.dat > marc.xml
# or use in a pipeline
% cat marc.dat | marc2xml > marc.xml
DESCRIPTION
marc2xml is a command line utility for converting MARC21 bibliographic data to XML using
the Library of Congress Slim Schema. Conversion is handled using the MARC::Record and
MARC::File::XML packages.
Use marc2xmlp online using onworks.net services