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, ∼3242🔥, 0💬
Popular Posts:
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...
How To Change Text Fonts for Some Parts of a Paragraph? If you want to change text fonts or colors f...
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...
How to use "json-to-xml" Azure API Policy Statement? The "json-to-xml" Policy Statement allows you t...
How To Break a File Path Name into Parts in PHP? If you have a file name, and want to get different ...