View Single Post
Old 03-16-2012, 12:26 PM   #4
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,557
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by Toxaris View Post
You can have multiple authors in your opf. Use the following in your opf.
Code:
<dc:creator opf:role="aut">author1 &amp; author2 &amp; author2</dc:creator>
The proper way is to use separate tags:

Code:
<dc:creator opf:role="aut">author1</dc:creator>
<dc:creator opf:role="aut">author2</dc:creator>
<dc:creator opf:role="aut">author3</dc:creator>
If a given reading system doesn't recognize this and shows only one, that's a bug or a deficient implementation. Do not use degraded coding to work around shortcomings of particular readers, please.
Jellby is online now   Reply With Quote