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

Codec.Epub.Opf.Package.Spine

Description

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:

http://www.idpf.org/2007/opf/OPF_2.0_final_spec.html

Synopsis

Documentation

data Spine Source

package/spine tag

Constructors

Spine 

Fields

spineToc :: MFItemId

toc attr. Must reference the NCX in the manifest

spineItemrefs :: [SpineItemref]
 

Instances

data SpineItemref Source

package/spine/itemref tag

Constructors

SpineItemref 

Fields

siIdRef :: MFItemId

idref attr. Must reference item in manifest

siLinear :: Maybe Bool

linear attr