Skip to content

Commit

Permalink
Don't process the MODS if not resolvable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandukart committed Oct 8, 2024
1 parent 599835f commit c827587
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Plugin/dgi_migrate_alter/foxml/DgisNodesAlter.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ public function alter(array &$migration) {
method: getUri
- plugin: callback
callable: file_get_contents
- plugin: skip_on_empty
method: row
message: 'Failed to fetch the MODS XML.'
- plugin: dgi_saxon_helper_migrate.process
path: $xslt_path
- plugin: dgi_migrate.process.xml.domstring
Expand Down

0 comments on commit c827587

Please sign in to comment.