View Single Post
Old 08-13-2013, 02:49 AM   #6
ibu
Addict
ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.
 
Posts: 264
Karma: 9246
Join Date: Feb 2010
Location: Berlin, Germany
Device: Kobo H20, iPhone 6+, Macbook Pro
Another question about code details inside the OPF:

Sigil generates the part with the metadata like this:

Code:
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
   
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Lorem Ipsum</dc:title>
[...]
</metadata>
Is it really necessary, that in each child element of the element metadata the
Code:
xmlns:dc="http://purl.org/dc/elements/1.1/"
has to be inserted?

The validator epubcheck says: no.
ibu is offline   Reply With Quote