SFULibrary / islandora_solution_pack_ohms

An Islandora solution pack that allows for ingesting and viewing content from the Oral History Metadata Synchronizer (OHMS).
4 stars 0 forks source link

Metadata not generating? #3

Open sashacsy opened 2 years ago

sashacsy commented 2 years ago

The iogm command doesn't seem to be generating MODS or DC metadata from our OHMS XML file. We've tried the default command and directly specifying the path to the stylesheets (see below), but both seem to result in empty XML files. Any suggestions?

drush iogm --force --recursive /tmp/ohms --mods-stylesheet=/var/www/html/sites/all/modules/islandora_solution_pack_ohms/xsl/ohms2mods.xsl --dc-stylesheet=/var/www/html/sites/all/modules/islandora_solution_pack_ohms/xsl/ohms2dc.xsl

ubermichael commented 2 years ago

I don't know if the OHMS XML format has changed in the last six years, but that might be the problem. When the XSL output is blank, it usually means that none of the templates in the XSL matched anything in the input XML. You could try applying the stylesheets to the OHMS XML directly with something like xsltproc or saxon.

Unfortunately we do not have the capacity to continue to support this solution pack and we will not be using it with Islandora 8 or Islandora 2.0.