Data types for working with the metadata of ePub documents
These data types were constructed by studying the IDPF OPF specification for ePub documents found here:
- data ManifestItem = ManifestItem {
- mfiId :: MFItemId
- mfiHref :: MFItemHref
- mfiMediaType :: MFItemMediaType
Documentation
data ManifestItem Source
package/manifest/item tag
ManifestItem | |
|