Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 768 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 768 Bytes

E2DCX

Creates a DataCite XML file from an EML file for DataCite Metadata Store. The resulting XML will respect the DataCite Metadata Schema 3.0.

What you need

How it works

For the moment, all the data that can't be found in the EML are taken from a file called config.xml. You need to update this file with your own information in order to generate the right XML file.

Usage

java -cp saxon9he.jar net.sf.saxon.Transform -t -s:YOUR_INPUT_FILE.eml -xsl:dataCite.xsl -o:YOUR_OUTPUT_FILE.xml