View Single Post
Old 12-08-2017, 03:33 PM   #1
Evil Overlord
Enthusiast
Evil Overlord has learned how to read e-booksEvil Overlord has learned how to read e-booksEvil Overlord has learned how to read e-booksEvil Overlord has learned how to read e-booksEvil Overlord has learned how to read e-booksEvil Overlord has learned how to read e-booksEvil Overlord has learned how to read e-booksEvil Overlord has learned how to read e-books
 
Posts: 43
Karma: 972
Join Date: Jul 2011
Device: Kobo Aura One, Kobo Libra Colour
Question Collection-type series error

I'm trying to use Sigil's metadata editor to set up a series (issues of a magazine). I found that choosing the "collection type: series" property of "belongs-to-collection" results in something like the following in content.opf:

Code:
<meta property="belongs-to-collection" id="magazine-issue">Collection name</meta>
<meta refines="#magazine-issue" property="collection-type-series">series</meta>
Which EPUBCheck marks as an error. After some research and testing, what seems to be correct is:

Code:
<meta property="belongs-to-collection" id="magazine-issue">Collection name</meta>
<meta refines="#magazine-issue" property="collection-type">series</meta>

Am I missing something, or is this an error in the Sigil implementation?
Evil Overlord is offline   Reply With Quote