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, ∼2435🔥, 0💬
Popular Posts:
How to use "xml-to-json" Azure API Policy Statement? The "xml-to-json" Policy Statement allows you t...
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
How to make application release build with Visual Studio 2017? If you want to make a final release b...