Creates a DataCite XML file from an EML file for DataCite Metadata Store. The resulting XML will respect the DataCite Metadata Schema 3.0.
- An assigned DOI prefix, see DataCite Metadata Store
- A XSLT 2.0 processor, Saxon is recommended
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.
java -cp saxon9he.jar net.sf.saxon.Transform -t -s:YOUR_INPUT_FILE.eml -xsl:dataCite.xsl -o:YOUR_OUTPUT_FILE.xml