UNC-Libraries / Curators-Workbench

This project has been archived and is no longer being developed or supported. The Curator's Workbench is an extensible digital collection and appraisal tool for the desktop. It is designed to acquire and process batch data efficiently while giving the user control over work flow.
http://blogs.lib.unc.edu/cdr/index.php/about/cdr-development-and-collab/curators-workbench/
24 stars 0 forks source link

Dublin Core crosswalk output #121

Open gregjan opened 11 years ago

gregjan commented 11 years ago

Add a crosswalk extension point for output of arbitrary XML schemas or models. Generate such an extension for Dublin Core XML and convert the MODS model plugin to fit this extension point as well.

gregjan commented 11 years ago

A stretch goal is to give the user the ability to generate output models based on an XML schema they provide. This would add a few runtime EMF plugins to the platform. It presents a few design challenges, namely whether to keep creating the output XML via ECore or to use a simpler DOM-style library plus some form of schema-based discovery.