View Single Post
Old 01-04-2018, 09:28 AM   #1
dmonasse
Member
dmonasse began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Apr 2014
Location: Paris
Device: ipad 2, Ubuntu
Attribute prefix in content.opf when inserting a cover

Hello,
When I insert a cover in an ePub using eBook Editor version 3.14 , the editor insert in the head of the file content.opf an attribute
Code:
prefix="calibre: https://calibre-ebook.com"
such that
Code:
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="BookId" version="2.0">
is changed in
Code:
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="BookId" version="2.0" prefix="calibre: https://calibre-ebook.com">
But epubcheck does not allow an attribute prefix at this place. It's easy to delete this attribute, but why this feature?
Thanks for all.
dmonasse is offline   Reply With Quote