Quote:
Originally Posted by sengian
what are unmanifested and manifested files?
|
The .opf file in an EPUB includes the EPUB's file manifest. The .opf has a root element and four child elements: metadata, manifest, spine and guide. All except guide are required.
The manifest lists all the files contained in the EPUB. Each file is represented by an item element, and has the attributes id, href and media-type. All XHTML (content documents), stylesheets, images or other media, embedded fonts, and the .ncx file are there. The .opf file, container.xml, and mimetype files are not supposed to be included.
I assume unmanifested files are files in the EPUB that are not properly in the manifest, but should be. Kovid can properly give more details.