Quote:
Originally Posted by davidfor
Kobo devices do the opposite. They only take the first dc:creator tag. I use a metadata plugboard in calibre to workaround this. And similarly, with dc:identifier, they assume the first is the ISBN.
|
So use the author for the first and then for the last one...
Code:
<dc:creator id="woodpecker">Author Name</dc:creator>
<meta refines="#woodpecker" property="role" scheme="marc:relators">wde</meta>
That will cover both scenarios