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, ∼2526🔥, 0💬
Popular Posts:
What are the differences of Differences of evaluateTransaction() and submitTransaction() of the fabr...
How To Copy Array Values to a List of Variables in PHP? If you want copy all values of an array to a...
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...
Where to find tutorials on EPUB file format? I want to know how to create EPUB books. Here is a larg...
How to search for the first match of a regular expression using re.search()? The re.search() functio...