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, ∼2172🔥, 0💬
Popular Posts:
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...
How To Set session.gc_divisor Properly in PHP? As you know that session.gc_divisor is the frequency ...
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...
How to use 'choose ... when ..." policy statements to control execution flows? If you want to contro...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...