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, ∼2166🔥, 0💬
Popular Posts:
How to use the "set-variable" Policy Statement to create custom variables for an Azure API service o...
How to use the "return-response" Policy statement to build the response from scratch for an Azure AP...
How To Protect Special Characters in Query String in PHP? If you want to include special characters ...
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...
How to run PowerShell Commands in Dockerfile to change Windows Docker images? When building a new Wi...