Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Rewrite XmlParser with careful namespace handling #85

Closed
wants to merge 26 commits into from
Closed

Rewrite XmlParser with careful namespace handling #85

wants to merge 26 commits into from

Conversation

qnga
Copy link
Contributor

@qnga qnga commented Jan 18, 2020

In a robust and conformant implementation, attributes and elements should not be identified just by their name or usual prefixes. Default namespace can differ from one XML file to another and can change along the way. Prefixes are completely arbitrary and authors are allowed to use anything that comes to their mind.

…m values and rewrite mapping to ContentLayoutStyle for better conformance to epub spec
In a robust and conformant implementation, attributes and elements should not be identified just by their name or usual prefixes.
Default namespace can differ from one XML file to another and can change along the way.
Prefixes are completely arbitrary and authors are allowed to use anything that comes to their mind.

Add some features along the way:
-Make rendition properties match Readium Manifest specification
-Add basic support for subtitle and epub fallback in Publications
@mickael-menu
Copy link
Member

Merged into #88

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants