daniel782 / epubcheck

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

package.opf exists in the zip but is not declared (and, isn't meant to be!) #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
PROBLEM:

WARNING: 9781609260439.epub: item (package.opf) exists in the zip file, but is 
not declared in the OPF file 

METHOD:

What steps will reproduce the problem?
1. validate the attached file
2.
3.

RESULT:

same thing every time - file validates but system throws error for OPF 
declaration of itself, when the OPF isn't meant to be declared in the OPF.

EXPECTED:

What did you expect to happen? It is very important to state what your
expectation is.

PLATFORM:

What version of the product are you using? On what operating system?

ADDITIONAL INFO:

Please provide any additional information below.

Original issue reported on code.google.com by rebecca....@gmail.com on 10 May 2011 at 8:31

Attachments:

GoogleCodeExporter commented 8 years ago
sorry - i didn't see the entire form. 

my expectation is that the OPF does not need to be declared within itself. this 
project is a remake so it validated before and now i have changed some of the 
html within (i.e., made corrections to the text) and am getting this error 
about the OPF.

using your online product with windows 7 and ie9.

Original comment by rebecca....@gmail.com on 10 May 2011 at 8:45

GoogleCodeExporter commented 8 years ago
A warning is generated on purpose when there are resources in the zip which are 
not declared in the package, this to help producers avoid shipping unnecessary 
bytes around. Note that this is only a warning, so the file is valid. 

Original comment by markus.g...@gmail.com on 24 Oct 2011 at 8:54