View Single Post
Old 07-10-2026, 03:59 PM   #4
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 9,789
Karma: 7500000
Join Date: Nov 2009
Device: many
Oh I see, ... they are declaring the opf prefix on the metadata tag itself. Normally the meta tags do not need an opf prefix when it is defined in the package tag as the default namespace (no prefix required).

Just removing that opf prefix namespace from the metadata tag itself should do the trick.

Sigil's default package tag should look like:

Code:
<package version="3.0" unique-identifier="BookId" xmlns="http://www.idpf.org/2007/opf">
Notice the opf namespace is the default namespace which does not use the opf: prefix.

Last edited by KevinH; 07-10-2026 at 07:11 PM.
KevinH is offline   Reply With Quote