readium-js icon indicating copy to clipboard operation
readium-js copied to clipboard

EPUB manifest-level fallback chain parsing

Open danielweck opened this issue 11 years ago • 1 comments

See: http://www.idpf.org/epub/301/spec/epub-overview.html#sec-access-fallbacks http://www.idpf.org/epub/301/spec/epub-publications.html#sec-fallback-processing-flow-manifest

Related issue: https://github.com/readium/readium-shared-js/issues/44

danielweck avatar Aug 04 '14 17:08 danielweck

FYI, see native C++ implementation in Readium-SDK: https://github.com/readium/readium-sdk/blob/develop/ePub3/ePub/package.cpp#L486 https://github.com/readium/readium-sdk/blob/develop/ePub3/ePub/manifest.cpp#L189

Note the proper handling of circular references.

danielweck avatar Aug 04 '14 18:08 danielweck