Tools, FAQ, Tutorials:
EPUB 3.0 Metadata - dc:creator and dc:contributor Elements
What is EPUB 3.0 Metadata "dc:creator" and "dc:contributor" elements?
✍: FYIcenter.com
EPUB 3.0 Metadata "dc:creator" and "dc:contributor" are optional metadata elements
to specify authors and contributors of the EPUB 3.0 book.
For example, the following two elements specify the author and the illustrator of the book "Adventures of Tom Sawyer":
<dc:creator>Mark Twain</dc:creator>
<dc:contributor>True Williams</dc:contributor>
If you want to see an example of "dc:creator" and "dc:contributor elements, you can download this EPUB 3.0 book, Row-Your-Boat-3.0.epub. Unzip it and open package.opf. You see "dc:creator" and "dc:contributor elements.
⇒ EPUB 3.0 Metadata - dc:publisher and dc:rights Elements
2018-05-19, ∼3147🔥, 0💬
Popular Posts:
Tools, FAQ, Tutorials: JSON Validator JSON-XML Converter XML-JSON Converter JSON FAQ/Tutorials Pytho...
How to Instantiate Chaincode on BYFN Channel? You can follow this tutorial to Instantiate Chaincode ...
How to use the built-in "context" object in Policy expressions? The built-in "context" object can be...
How to install "The Windows SDK version 8.1"? I need to build my Visual Studio C++ applications. If ...
Why I am getting "LNK1104: cannot open file 'MSCOREE.lib'" error when building a C++/CLI program? Vi...