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, ∼2555🔥, 0💬
Popular Posts:
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...
How to use .NET CLR Types in Azure API Policy? By default, Azure imports many basic .NET CLR (Common...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How to read Atom validation errors at w3.org? If your Atom feed has errors, the Atom validator at w3...