Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPUB3 Bindings #35

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from
Open

EPUB3 Bindings #35

wants to merge 20 commits into from

Conversation

danielweck
Copy link
Member

WIP

… Google Code samples does not resolve relative file paths correctly (moon-phase.xml data) so there is a TODO: pass absolute path to iframe src query parameter, not just the filename (otherwise the plugin XHTML cannot figure-out the base href).
@danielweck
Copy link
Member Author

Related issue: readium/readium-sdk#137

@danielweck
Copy link
Member Author

Feature branch / Pull Request is linked to: readium/readium-sdk#139

{
path = [NSString stringWithFormat:@"%@#%@", path, fragment];
}

NSString * str = [[NSString stringWithFormat:@"%@/%@/%@", prefix1, _package.packageUUID, path] stringByAddingPercentEscapesUsingEncoding : NSUTF8StringEncoding];
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: stringByAddingPercentEscapesUsingEncoding must not be applied to query! (e.g. ampersand character gets escaped twice)

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

Successfully merging this pull request may close these issues.

2 participants