Tools, FAQ, Tutorials:
What Is EPUB 3.0 Package Metadata
What Is EPUB 3.0 Package Metadata
✍: FYIcenter.com
EPUB 3.0 Package Metadata
encapsulates meta information of the EPUB 3.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 3.0 package file like package.opf:
<package ...>
<metadata ...>
...
</metadata>
...
</package>
The "metadata" element must have the following required sub-elements:
The "metadata" element can also have additional optional sub-elements like:
2018-06-01, ∼2723🔥, 0💬
Popular Posts:
How To Pass Arrays By References? in PHP? Like normal variables, you can pass an array by reference ...
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
Where to find tutorials on Using Azure API Management Publisher Dashboard? Here is a list of tutoria...
How to how to use matched string and groups in replacements with re.sub()? When calling the re.sub()...