org.marc4j.util
Class XmlMarcWriter
java.lang.Object
|
+--org.marc4j.util.XmlMarcWriter
- public class XmlMarcWriter
- extends Object
Provides a driver for MarcXmlHandler
to convert MARCXML to MARC tape format (ISO 2709) either
by providing a MARCXML document or by pre-processing a
different XML format by using an XSLT stylesheet that
outputs a well-formed MARCXML document.
For usage, run from the command-line with the following command:
java org.marc4j.util.XmlMarcWriter -usage
Note: this class requires a JAXP compliant SAX2 parser.
For W3C XML Schema support a JAXP 1.2 compliant parser is needed.
Check the home page for
MARCXML for more information about the MARCXML format.
- Version:
- $Revision: 1.16 $
- Author:
- Bas Peters
- See Also:
MarcXmlHandler
,
MarcWriter
,
Converter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlMarcWriter
public XmlMarcWriter()
main
public static void main(String[] args)
Copyright © 2001-2003 Bas Peters. All Rights Reserved.