metashare / META-SHARE

Public repository of the META-SHARE software
http://www.meta-share.eu/
Other
23 stars 31 forks source link

XSL converters between META-SHARE metadata schema and CMDI-META-SHARE metadata schemata #744

Closed JuliBakagianni closed 11 years ago

JuliBakagianni commented 11 years ago

To convert XML files between the two schemas, use the following XSL converters:

from MS to CMDI: metashareToCmdi.xsl & then remove_metashare_namespace.xsl from CMDI to MS: cmdiToMetashare.xsl & then remove_cmdi_namespace.xsl

cspurk commented 11 years ago

@JuliBakagianni Are these converters supposed to be maintained under the META-SHARE umbrella or are these just copies from some other (upstream) project?

If the converters shall be maintained here, then could you please

Thanks in advance!

xpapag commented 11 years ago

Yes, @cspurk these converters and the ones to come (olac) are intrinsically part of the Metashare ecosystem and will be maintained here. Actually, this is (half of the) step facilitating LR metadata exchanges between Metashare and CMDI repos. The remaining part is the support of OAI-PMH and a way to envelop the CMDI-aware Metashare resources, something we've been working on and report shortly.

Thanks.