View Single Post
Old 07-17-2011, 07:11 PM   #1
Hatgirl
Addict
Hatgirl ought to be getting tired of karma fortunes by now.Hatgirl ought to be getting tired of karma fortunes by now.Hatgirl ought to be getting tired of karma fortunes by now.Hatgirl ought to be getting tired of karma fortunes by now.Hatgirl ought to be getting tired of karma fortunes by now.Hatgirl ought to be getting tired of karma fortunes by now.Hatgirl ought to be getting tired of karma fortunes by now.Hatgirl ought to be getting tired of karma fortunes by now.Hatgirl ought to be getting tired of karma fortunes by now.Hatgirl ought to be getting tired of karma fortunes by now.Hatgirl ought to be getting tired of karma fortunes by now.
 
Hatgirl's Avatar
 
Posts: 296
Karma: 955301
Join Date: Oct 2008
Device: Sony PRS-300, Sony PRS-T2, Kindle (7th Gen)
Multiple Authors in toc.ncx ?

I am working on an ebook by multiple authors. I know how I should add them to the opf file, but what's the protocol for adding them to the ncx file?

Is it:
Code:
  <docAuthor>
    <text>Jane Doe</text>
  </docAuthor>
  <docAuthor>
    <text>John Smith</text>
  </docAuthor>
or
Code:
  <docAuthor>
    <text>Jane Doe</text>
    <text>John Smith</text>
  </docAuthor>
or something else entirely?
Hatgirl is offline   Reply With Quote