We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a31ad commit d03c8bbCopy full SHA for d03c8bb
web-access-app/src/main/resources/modsExclusionXPaths.json
@@ -1,3 +1,6 @@
1
-["//mods:originInfo/mods:dateCaptured",
+["//mods:originInfo[@displayLabel=\"Digital Scan Date Raw Scan\"]/mods:dateCaptured",
2
+ "//mods:originInfo[@displayLabel=\"Digital Scan Date filename\"]/mods:dateCaptured",
3
"//mods:identifier[@type=\"filename\"]",
- "//mods:physicalDescription/mods:note[@type=\"technical\"]"]
4
+ "//mods:physicalDescription/mods:note[@type=\"technical\"]",
5
+ "//mods:originInfo/mods:place/mods:placeTerm[@type=\"code\" and @authority=\"marccountry\"]",
6
+ "//mods:originInfo/mods:dateIssued[@encoding=\"marc\"]"]
0 commit comments