You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.jdom2.JDOMException: Encountered a SAX exception processing the Document:
at org.jdom2.transform.JDOMSource$DocumentReader.parse(JDOMSource.java:565)
at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl.validate(ValidatorHandlerImpl.java:731)
at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorImpl.validate(ValidatorImpl.java:101)
at java.xml/javax.xml.validation.Validator.validate(Validator.java:124)
at org.mycore.mets.model.Mets.isValid(Mets.java:662)
at org.mycore.mets.model.Mets.<init>(Mets.java:135)
at org.mycore.mets.iiif.MCRMetsMods2IIIFConverter.<init>(MCRMetsMods2IIIFConverter.java:89)
...
Caused by: org.xml.sax.SAXParseException; cvc-type.3.1.1: Element 'mets:note' ist Simple Type und kann daher keine Attribute haben, mit Ausnahme der Attribute, deren Namespace-Name mit 'http://www.w3.org/2001/XMLSchema-instance' identisch ist und deren [lokaler Name] 'type', 'nil', 'schemaLocation' oder 'noNamespaceSchemaLocation' lautet. Es wurde allerdings das Attribut 'ubr:uri' gefunden.
at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204)
at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:135)
at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396)
in Mayx 2018 - Version .12 the METS XML Schema was extended:
Added xsd:anyAttribute with namespace ##other and processContents lax to these elements: agent/note
Please update the internal METS-Schema that my METS document can be validated and parsed!!!
The text was updated successfully, but these errors were encountered:
in Mayx 2018 - Version .12 the METS XML Schema was extended:
Please update the internal METS-Schema that my METS document can be validated and parsed!!!
The text was updated successfully, but these errors were encountered: