daniel782 / epubcheck

Automatically exported from code.google.com/p/epubcheck
0 stars 0 forks source link

EPC 1.2 failed to validate when repeating ids in navPoint in .ncx #107

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
PROBLEM: EPC 1.2 failed to validate when repeating ids in navPoint in .ncx

Give a brief description of the problem

ePubchecker 1.2 failed to validate when repeating ids in <navPoint element of 
toc.ncx file of an ePub file

Example occurence:
<navPoint id="toc54" playOrder="54">
<navPoint id="toc54" playOrder="55">

RESULT:

Wiley customer is giving feedback for this!

EXPECTED:

ePubchecker development team need to include all validation of all xml/xhtml 
documents against their corresponding DTD/XSD/SCH to confirm there integrity

PLATFORM:

EPC 1.2 /Windows XP

Original issue reported on code.google.com by jaiar...@gmail.com on 7 Jun 2011 at 9:34

GoogleCodeExporter commented 8 years ago
The NCX navPoint element requires that the id attribute be present, and contain 
a unique value, compared against other navPoint element id attributes within 
the document.

See http://www.niso.org/workrooms/daisy/Z39-86-2005.html#NCXElem for further 
information.

Original comment by danielpa...@hotmail.com on 1 Sep 2011 at 8:05