Tools, FAQ, Tutorials:
What Is EPUB 2.0 Package Metadata
What Is EPUB 2.0 Package Metadata
✍: FYIcenter.com
EPUB 2.0 Package Metadata
encapsulates meta information of the EPUB 2.0 book.
Package Metadata, represented by the "metadata" element, is specified as the first required sub-element of the root "package" element in an EPUB 2.0 package file like package.opf:
<package ...>
<metadata ...>
...
</metadata>
...
</package>
EPUB 2.0 Package Metadata uses the "Dublin Core Metadata Element Set" standard to provide metadata sub-elements. For more information, visit "Dublin Core Metadata Element Set, Version 1.1: Reference Description" Website.
The "metadata" element must have the following required sub-elements:
The "metadata" element can also have additional optional sub-elements like:
2022-04-13, ∼3327🔥, 0💬
Popular Posts:
How to reinstall npm with a node version manager? I am getting permission errors with the current ve...
How to start Visual Studio Command Prompt? I have Visual Studio 2017 Community version with Visual C...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
How to use "link" command tool to link objet files? If you have object files previously compiled by ...
What is EPUB 2.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 2.0 Metadata "dc:publisher" ...