We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current XML output is:
<jhove xmlns="http://hul.harvard.edu/ois/xml/ns/jhove" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" date="2012-10-31" name="epubcheck" release="4.0.0-alpha11-SNAPSHOT" > ... </jhove>
and it does not contain the XSD schema declaration of the JHove schema.
It should better be:
<jhove xmlns="http://hul.harvard.edu/ois/xml/ns/jhove" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" date="2017-01-02" name="epubcheck" release="4.0.3-SNAPSHOT" xsi:schemaLocation="http://hul.harvard.edu/ois/xml/ns/jhove http://hul.harvard.edu/ois/xml/xsd/jhove/jhove.xsd"> ... </jhove>
With this addition it is possible to validate the XML output in any XML Editor.
The text was updated successfully, but these errors were encountered:
e55039c
tofi86
No branches or pull requests
Current XML output is:
and it does not contain the XSD schema declaration of the JHove schema.
It should better be:
With this addition it is possible to validate the XML output in any XML Editor.
The text was updated successfully, but these errors were encountered: