On Tue, Oct 23, 2012 at 4:00 PM, Priya S <[email protected]> wrote: > I would like to generate an XML file from the metadata. I would need it as > I have to manually upload the metadata.xml to datacite. > > Could anyone please tell me how to do it? > > I am using dryad version.
Hi Priya, DSpace has no out-of-the-box support of the DataCite format. Yes, you can export DSpace metadata in an XML format, e.g. in METS, but you have to transform it to the DataCite XML format. http://schema.datacite.org/ It's not really hard, but it's not trivial, either. You said your version corresponds to DSpace about 1.7, so you could write an XSLT stylesheet to describe the transformation and use the XsltCrosswalk to do it: https://wiki.duraspace.org/display/DSPACE/XsltCrosswalk Here's an example of URL of the METS document, which you could use as a source of that transformation: http://demo.dspace.org/xmlui/metadata/handle/10673/52/mets.xml Regards, ~~helix84 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

