epub-metadata-2.0.2: Library and utility for parsing and manipulating ePub OPF package data

Codec.Epub.Opf.Parse

Description

Module for extracting the metadata from an ePub file

Synopsis

Documentation

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

Extract the ePub OPF Package data contained in the supplied XML string

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

Given the path to an ePub file, extract the OPF Package data