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, 1576👍, 0💬
Popular Posts:
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...
Where is API Management Service on my Azure Portal? If your IT department has signed up for an Azure...
How to detect errors occurred in the json_decode() call? You can use the following two functions to ...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...