View Single Post
Old 07-18-2011, 02:17 PM   #6
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by Hatgirl View Post
<docauthor> isn't exactly metadata, it's an element of an ncx file. Look here:

NCX specification as used in EPUB idpf specification document

Wiki description of ncx elements, includes <docauthor>


Anyway, I've found my answer here. It seems the answer is

Code:
  <docAuthor>
    <text>Jane Doe</text>
  </docAuthor>
  <docAuthor>
    <text>John Smith</text>
  </docAuthor>
Of course, whether the current range of reader use it is another question alltogether
ePub uses the DTbook specification but only recognizes some of the elements. It does not use the docAuthor from this file.
DaleDe is offline   Reply With Quote