mxp1988 / epubcheck

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

Id attribute should not have character '#' in NCX #312

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
PROBLEM:

ID validation in NCX is required. If you give '#' character in ID in NCX the 
validator is not generating any error.

METHOD:
Steps to test the validator
1. Just put a '#' in NCX id
2. Update/create the ePub
3. Validate the epub file

RESULT:
There is no error message for this error.

EXPECTED:
There must be an error message for invalid id value.

PLATFORM:
I am using jar (epubchecker.3.0.1) file for validation on windows XP using JRE 7

Original issue reported on code.google.com by siddhivi...@gmail.com on 18 Oct 2013 at 8:33

GoogleCodeExporter commented 8 years ago
Closed and fixed in https://github.com/IDPF/epubcheck/issues/313

Original comment by tobias.c...@gmail.com on 31 Oct 2013 at 10:03