Escape XML control characters
If your MODS metadata contains XML control characters (see list here) they must be escaped - i.e. converted into alternatives that the software can process without errors. e.g. if your <abstract> element contains a line like the following:
"When exposure to helicopter activity is <1h per month…”
That needs to be changed to:
"When exposure to helicopter activity is <1h per month”