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

Fix setting the base url for etree.Resolver.resolve_string #198

Merged
merged 1 commit into from
Jul 18, 2016

Conversation

mvantellingen
Copy link
Contributor

See https://github.com/GNOME/libxml2/blob/master/parserInternals.c#L1549
We seem to get away with only setting the _filename so that relative
url's are resolved based on the value.

Fixes https://bugs.launchpad.net/lxml/+bug/1568167

See https://github.com/GNOME/libxml2/blob/master/parserInternals.c#L1549
We seem to get away with only setting the _filename so that relative
url's are resolved based on the value.

Fixes https://bugs.launchpad.net/lxml/+bug/1568167
@scoder
Copy link
Member

scoder commented Jul 18, 2016

Thanks!

@scoder scoder merged commit 989a253 into lxml:master Jul 18, 2016
@scoder
Copy link
Member

scoder commented Jul 18, 2016

A test would be nice, BTW.

@scoder
Copy link
Member

scoder commented Jul 18, 2016

The file path might need encoding in some cases. I pushed a fix here: 5da090b

@mvantellingen
Copy link
Contributor Author

Thanks, i'll add writing a unittest for this on my todo list :-)

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