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
The example manifest.xml described in README.md contains a wrong DOCTYPE:
manifest.xml
README.md
DOCTYPE
<!DOCTYPE sheet PUBLIC "DarManifest 0.1.0" "http://darformat.org/DarManifest-0.1.0.dtd"> <dar> […]
The XML spec state
Validity constraint: Root Element Type The Name in the document type declaration MUST match the element type of the root element.
Validity constraint: Root Element Type
The Name in the document type declaration MUST match the element type of the root element.
In the example the DOCTYPE should be
<!DOCTYPE dar PUBLIC […]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The example
manifest.xml
described inREADME.md
contains a wrongDOCTYPE
:The XML spec state
In the example the DOCTYPE should be
The text was updated successfully, but these errors were encountered: