epub-metadata-1.0.2: Library and utility for parsing and manipulating ePub metadata

Codec.Epub.Opf.Metadata.Parse

Description

Module for extracting the metadata from an ePub file

Synopsis

Documentation

parseXmlToOpf :: MonadIO m => String -> m [OPFPackage]Source

Extract the ePub metadata contained in the OPF Package Document contained in the supplied string

parseEpubOpf :: (MonadIO m, MonadError String m) => FilePath -> m OPFPackageSource

Given the path to an ePub file, extract the metadata