mxp1988 / epubcheck

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

OPF version 3.0 not getting validated. #250

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
PROBLEM:

OPF version 3.0 is not getting validate when, i use the last updated attributes 
like "rendition".

METHOD:

What steps will reproduce the problem?
1.use the below tags in opf:
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://www.idpf.org/2007/opf" version="3.0" xml:lang="en" 
unique-identifier="epub" prefix="rendition: 
http://www.idpf.org/vocab/rendition/#">

AND

<meta property="ibooks:version">3.0</meta>
    <meta property="rendition:layout">pre-paginated</meta>
    <meta property="rendition:orientation">landscape</meta>
    <meta property="rendition:spread">none</meta>

inside </metadata>

RESULT:  The prefix "opf" for attribute "opf:scheme" associated with an element 
type "dc:identifier" is not bound.

EXPECTED:

Should be validate

PLATFORM:

all the version.

ADDITIONAL INFO:

Please provide any additional information below.

Original issue reported on code.google.com by subraman...@impelsys.com on 7 Feb 2013 at 4:55

GoogleCodeExporter commented 8 years ago
As far as I can tell, not an issue in EpubCheck, prefix declarations are 
missing (opf and ibooks). Please supply an entire file for us to test with if 
you still claim its an error in the tool. 

Original comment by markus.g...@gmail.com on 26 Mar 2013 at 12:35