forked from jonpitts/transformer
-
Notifications
You must be signed in to change notification settings - Fork 1
jpitts edited this page Aug 25, 2014
·
6 revisions
- Red columns are required and blue are repeatable
- Other columns may be repeatable but probably not necessary
- Only one
name-primary
in mods - Mods validation will tell you if you created a problem, so experiment.
- Due to heuristic obstacles some columns need to follow others
-
name-personal-primary-date
must followname-personal-primary
-
- Red columns are typically top-level and required elements found in mods
-
filename
is not mods but required for naming the transformations
-
MODS is a schema for describing a resource such as a book, photograph, digital object or any number of other items. Any particular xml file that adheres to the mods schema can be loaded into an online catalog or library that is capable of processing that file.
- There are several top level elements.
- Some can be repeated. ex
<titleInfo>
- Some cannot. ex
<originInfo>
- Some can be repeated. ex
- There are a number of rules in fact.
- A poor way to document and catalog collections.
- Good for data entry and require little training.
- This program does not use stylesheets.
- Stylesheets are used to transform specific XML formats into another.
- Since the input here is controlled we know what kind of XML to expect from any given Excel file.
- The transformations here are done programmatically.
- The variations of tags and their customization in MODS is far too expansive to be captured in a spreadsheet.