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, ∼2968🔥, 0💬
Popular Posts:
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...
Can Two Forms Be Nested? Can two forms be nested? The answer is no and yes: No. You can not nest two...
How to build a test service operation to dump everything from the "context.Request" object in the re...
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...