Closed GoogleCodeExporter closed 8 years ago
This is not a bug in epubcheck!
XML ID's are not allowed to start with a number!
Fix these two <item> in your content.opf:
<item id="1introductio" href="1introductio.xhtml" media-type="application/xhtml+xml" />
<item id="2Autho" href="2Autho.xhtml" media-type="application/xhtml+xml" />
and the corresponding <itemref> elements:
<itemref idref="1introductio" />
<itemref idref="2Autho" />
Original comment by tobias.c...@gmail.com
on 22 Sep 2013 at 10:22
Original issue reported on code.google.com by
kbharath...@gmail.com
on 21 Sep 2013 at 5:07Attachments: