-
Notifications
You must be signed in to change notification settings - Fork 9
Crosswalk customizations
Anusha Ranganathan edited this page Nov 17, 2018
·
2 revisions
Currently there are two cross walks supported by the engine
- Dublin core
- MODS
The xml data is parsed into a ruby hash, which is then modified to suit the data model. These can be found in the concerns, for example: mods_to_model.rb and model_to_mods.rb.
To override the file, copy it into your rails project,keeping the directory structure (app/controllers/concers/integrator/hyrax/) and modify as needed.