Quote:
Originally Posted by Bozzka
Does anyone know, please, how to fix the problem without having to redo the file Epub2 to Epub3?
Some Path? I prefer to change the content . opf file manually, if it's possible
I use caliber.
I fix all accessible metadata problem, but Daisy does not accept
my <dc: Language> en </ dc: Language>,
the error message is:
Add The Missing OPF XML: Lang Attribute
The Language Must Be Specfied (XML: Lang in OPF Package)
- also if this line is present
Thank you very much, I know you know everything ..  . :-) so maybe someone knows.
|
If you are going to edit the .opf file manually, please use the correct syntax. In your sample, you have extra spaces and upper case.
Code:
<dc:language>en</dc:language>
For finer granularity
Code:
<dc:language>en-ca</dc:language>
Oddly the ca can be upper or lower case and does not throw an error.
For ePub3, the
title,
identifier,
language and
modified elements from the Dublin Core set are needed. If they are not present, epubcheck will throw an error message.
does not have an xml:lang element and epubcheck is happy with it.