Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
Eml200.java 3.46 KB 5649 over 13 years Duane Costa Bug fix for #5241: OAI-PMH: ListRecords verb re...
Eml201.java 3.46 KB 5649 over 13 years Duane Costa Bug fix for #5241: OAI-PMH: ListRecords verb re...
Eml210.java 3.46 KB 5649 over 13 years Duane Costa Bug fix for #5241: OAI-PMH: ListRecords verb re...
Eml2oai_dc.java 6.45 KB 8304 over 10 years Matt Jones Reviewed code for all uses of FileInputStream, ...

Latest revisions

# Date Author Comment
8304 10/09/2013 11:52 PM Matt Jones

Reviewed code for all uses of FileInputStream, checking to see if the method should be closing the stream, and if so, closing it in the method as well as in the finally clause to ensure we don't leak file descriptors.

5649 11/16/2010 12:42 PM Duane Costa

Bug fix for #5241: OAI-PMH: ListRecords verb returns content containing XML processing instructions.

5022 08/12/2009 01:58 PM Duane Costa

Bug 3835: Design and implement OAI-PMH compliant harvest subsystem: * Add documentation files to the 'docs/dev/oaipmh' directory. * Delete two obsolete files. * Modify class description comment in MetacatRecordFactory.java

4946 05/29/2009 02:13 PM Duane Costa

Bug 3835: Design and implement OAI-PMH compliant harvest subsystem
1. Refactor the 'eml' metadataPrefix into a distinct metadataPrefix value (and corresponding crosswalk class) for each EML version:
eml-2.0.0, eml-2.0.1, eml-2.1.0. (In recent VTC discussion, we decided not to add support for the older 'beta' versions of EML 2.0.0.)...

4944 05/20/2009 09:29 AM Duane Costa

Bug 3835: Design and implement OAI-PMH compliant harvest subsystem
Add support for request parameter "metadataPrefix=eml". This returns EML 2.1.0 records in an OAI-PMH format. EML 2.0.0 and 2.0.1 documents are first transformed to EML 2.1.0 using the eml201to210.xsl stylesheet that is packaged with the EML Utilities.

4943 05/11/2009 08:39 AM Duane Costa

Begin development for Bug 3835: Design and implement OAI-PMH compliant harvest subsystem

View revisions

Also available in: Atom