-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Reproduction
- Add validator to pom
<dependency>
<groupId>org.w3c</groupId>
<artifactId>epubcheck</artifactId>
<version>4.2.6</version>
</dependency>
- Execute the test
@Test
public void testEpubCreate() throws Exception {
File file = new File("test.epub");
FileOutputStream fos = new FileOutputStream(file);
EpubBook book = new EpubBook("en", "Samuel .-__Id1", "Samuel Test Book", "Samuel Holtzkampf");
book.addContent(this.getClass().getResourceAsStream("/epub30-overview.xhtml"),
"application/xhtml+xml", "xhtml/epub30-overview.xhtml", true, true).setId("Overview");
book.addContent(this.getClass().getResourceAsStream("/idpflogo_web_125.jpg"),
"image/jpeg", "img/idpflogo_web_125.jpg", false, false);
book.addContent(this.getClass().getResourceAsStream("/epub-spec.css"),
"text/css", "css/epub-spec.css", false, false);
book.addTextContent("TestHtml", "xhtml/samuelTest2.xhtml", "Samuel test one two four!!!!!\nTesting two").setToc(true);
book.addTextContent("TestHtml", "xhtml/samuelTest.xhtml", "Samuel test one two three\nTesting two").setToc(true);
book.addCoverImage(IOUtils.toByteArray(this.getClass().getResourceAsStream("/P1010832.jpg")),
"image/jpeg", "images/P1010832.jpg");
book.writeToStream(fos);
EpubCheck epubcheck = new EpubCheck(file);
Assert.assertTrue(epubcheck.validate());
}
Validating using EPUB version 3.2 rules.
ERROR(RSC-005): test.epub/content/toc.xhtml(24,13): Error while parsing file: element "ol" incomplete; missing required element "li"
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,4877): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,5122): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,5362): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,5547): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,5770): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,5957): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,6208): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,6382): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,7504): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,7703): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,7846): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,8534): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,8797): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,8935): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,9217): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,9483): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,10030): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,10591): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,11098): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,11505): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(6,11824): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,818): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,1226): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,2373): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,3769): Referenced resource "content/xhtml/epub30-publications.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,3878): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,4087): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,4219): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,5178): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,5475): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,6279): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,6403): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,6660): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,6793): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,7255): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,7982): Referenced resource "content/xhtml/epub30-publications.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,8102): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,8461): Referenced resource "content/xhtml/epub30-publications.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,8577): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,8763): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,8922): Referenced resource "content/xhtml/epub30-publications.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,9053): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,9311): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,9535): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,9648): Referenced resource "content/xhtml/epub30-publications.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,9775): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,10266): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,10393): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,10834): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,10979): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,11302): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,11535): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,11785): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,11912): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,12066): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,12194): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,12498): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,14086): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,14354): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,15437): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,15565): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,16057): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,16343): Referenced resource "content/xhtml/epub30-publications.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,16463): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,16629): Referenced resource "content/xhtml/epub30-publications.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,16759): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,16986): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,17111): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,17896): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,18022): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,19256): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,19389): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,19484): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,19618): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,20314): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,20470): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,21469): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,21655): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,21776): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,22113): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,22237): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,22366): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,22678): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,22801): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,23132): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,23344): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,23535): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,23657): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,24824): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,25949): Referenced resource "content/xhtml/epub30-publications.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,26078): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,26422): Referenced resource "content/xhtml/epub30-publications.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,26552): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,31773): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,32379): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,32506): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,32909): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,34392): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,34509): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,34725): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,35030): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,35157): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,36362): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,36641): Referenced resource "content/xhtml/epub30-publications.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,36754): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,37005): Referenced resource "content/xhtml/epub30-terminology.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,38745): Referenced resource "content/xhtml/epub30-publications.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,38875): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,39313): Referenced resource "content/xhtml/epub30-ocf.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,39447): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,40257): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,40386): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,40819): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,40942): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,41344): Referenced resource "content/xhtml/epub30-publications.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,41465): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,41917): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,42039): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,42694): Referenced resource "content/xhtml/epub30-contentdocs.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,42816): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
ERROR(RSC-007): test.epub/content/xhtml/epub30-overview.xhtml(11,43208): Referenced resource "content/xhtml/epub30-references.xhtml" could not be found in the EPUB.
Metadata
Metadata
Assignees
Labels
No labels