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

Commits on Jul 18, 2016

  1. Fix setting the base url for etree.Resolver.resolve_string

    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
    mvantellingen committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    a4437df View commit details
    Browse the repository at this point in the history