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 pub-xml-non-validating_invalid test fails at
This SPINE does not look invalid to me
<manifest> <item id="content_001" href="content_001.xhtml" media-type="application/xhtml+xml" /> <item id="content_002" href="content_002.xhtml" media-type="application/xhtml+xml" /> <item id="nav" properties="nav" href="nav.xhtml" media-type="application/xhtml+xml" /> </manifest> <spine> <!-- <itemref idref="content_001" /> --> <itemref idref="content_001" /> <itemref idref="content_002" /> </spine>
I tryed to modify as follow :
<spine> <itemref idref="content001" /> <itemref idref="content002" /> </spine>
Thorium refuses to open the file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The pub-xml-non-validating_invalid test fails at
This SPINE does not look invalid to me
I tryed to modify as follow :
Thorium refuses to open the file.
The text was updated successfully, but these errors were encountered: