-
-
Notifications
You must be signed in to change notification settings - Fork 157
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 XML validation error #454
Comments
Turns out it's a libxml2 error in 2.9.4. 2.9.3 works. |
Lets keep this open for reference by external projects |
+1. Associated bug report, test case, and patch. |
@kalxas this is now resolved/fixed upstream. Wondering if these fixes have made it to packaging? |
I see that libxml2 released 2.9.7 few days ago. |
https://github.com/GNOME/libxml2/blob/72182550926d31ad17357bd3ed69e49d7e69df02/doc/news.html#L258 |
Debian 9.0: libxml2 2.9.4+dfsg1-2.2+deb9u1 Current Ubuntu LTS, RedHat/CentOS 7 and Debian 8.0 (old stable) still have the old libxml version. |
@kalxas can we close? Perhaps enough time has gone by where newer versions of libxml2 are now widespread. |
Debian 9.0: libxml2 2.9.4+dfsg1-2.2+deb9u2 |
Description
As per #453, XML validation fails when using lxml >=3.6.3.
Environment
master
Steps to Reproduce
See #453 test results.
Additional Information
The issue is rooted either in lxml or libxml2: https://mailman-mail5.webfaction.com/pipermail/lxml/2016-August/007757.html
The text was updated successfully, but these errors were encountered: