-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/707/xpath cardinality #729
base: master
Are you sure you want to change the base?
Fix/707/xpath cardinality #729
Conversation
…aths per METS docs, riscinded implicit cardinality checks in schematron, added ns prefix to xpaths to facilitate proper evaluation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See prefix addition at line 7.
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:mets="http://www.loc.gov/METS/" | ||
xmlns:csip="https://DILCIS.eu/XML/METS/CSIPExtensionMETS" | ||
xmlns:xlink="http://www.w3.org/1999/xlink" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will need at least a namespace prefix declaration here for the new Schematron entries with the iso
namespace, e.g. xmlns:iso="http://purl.oclc.org/dsdl/schematron"
Rewrite of CSIP METS profile with updated encoding for cardinality, XPATH, schematron tests