View Single Post
Old 03-21-2011, 04:29 AM   #9
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
And another issue. I set in the meta editor the following fields: Title, Author, language and ISBN. Upon validation I get the following errors:
The "scheme" attribute is not an allowed attribute of the <identifier> element.
The "role" attribute is not an allowed attribute of the <creator> element.

And indeed, Sigil put in the following information in the opf:
<dc:identifier scheme="ISBN">9029013303</dc:identifier>
<dc:creator role="aut">Jack Vance</dc:creator>

I would expect:
<dc:identifier opf:scheme="ISBN">9029013303</dc:identifier>
<dc:creator opf:role="aut">Jack Vance</dc:creator>

If I add the "opf:", validation goes right.
Toxaris is offline   Reply With Quote