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?