Difference between revisions of "MARC4J"

From Code4Lib
Jump to: navigation, search
(New page: The goal of MARC4J is to provide an easy to use Application Programming Interface (API) for working with MARC and MARCXML in Java. MARC stands for MAchine Readable Cataloging and is a wide...)
 
(more internal links to let you go all the way back to the sources)
 
Line 1: Line 1:
The goal of MARC4J is to provide an easy to use Application Programming Interface (API) for working with MARC and MARCXML in Java. MARC stands for MAchine Readable Cataloging and is a widely used exchange format for bibliographic data. MARCXML provides a loss-less conversion between MARC (MARC21 but also other formats like UNIMARC) and XML.
+
The goal of MARC4J is to provide an easy to use Application Programming Interface (API) for working with [[MARC]] and [[MARCXML]] in Java. MARC stands for MAchine Readable Cataloging and is a widely used exchange format for bibliographic data. MARCXML provides a loss-less conversion between MARC ([[MARC21]] but also other formats like [[UNIMARC]]) and XML.
  
 
== More information ==
 
== More information ==
 
* [http://marc4j.tigris.org/ MARC4J project home] on Tigris
 
* [http://marc4j.tigris.org/ MARC4J project home] on Tigris

Latest revision as of 15:22, 26 February 2009

The goal of MARC4J is to provide an easy to use Application Programming Interface (API) for working with MARC and MARCXML in Java. MARC stands for MAchine Readable Cataloging and is a widely used exchange format for bibliographic data. MARCXML provides a loss-less conversion between MARC (MARC21 but also other formats like UNIMARC) and XML.

More information