View Single Post
Old 03-21-2025, 08:55 PM   #17
Bozzka
Member
Bozzka began at the beginning.
 
Posts: 16
Karma: 10
Join Date: May 2021
Location: Italy
Device: MacBook Air
Quote:
Originally Posted by Karellen View Post
That tag looks a bit messed up.
You have spaces around the en value which should be removed.
I am pretty sure tags need to be all lower case. Language should be language.
Try fixing that and the let us know what the error message is.

thanks for replying so quickly :-
I hope it's possible to paste something here...
as you can see there are no spaces
so...what do you think?

<package xmlns="http://www.idpf.org/2007/opf" version="3.0" unique-identifier="uuid_id" prefix="calibre: https://calibre-ebook.com">
<metadata xmlnspf="http://www.idpf.org/2007/opf" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:calibre="http://calibre.kovidgoyal.net/2009/metadata">
<dc:title id="id-1">Memories</dc:title>
<dc:language>en</dc:language>
<dc:creator id="id-2">Pamela B</dc:creator>
<dc:identifier>calibre:105</dc:identifier>
<dc:identifier>uuid:09c7549e-e1fb-4d69-a91b-ba773704398b</dc:identifier>
<dc:identifier id="uuid_id">uuid:09c7549e-e1fb-4d69-a91b-ba773704398b</dc:identifier>
<meta name="generator" content="Adobe InDesign"/>
<dc:date>2025-02-24T23:00:00+00:00</dc:date>
....


1 error
Add the missing OPF xml:lang attribute
The language must be specified (xml:lang in OPF package)
Learn more: Language
content.opf


thank you...
Bozzka is offline   Reply With Quote