-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
bpo-20928: support base-URL and recursive includes in etree.ElementInclude #5723
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
Conversation
534e416 to
bc8bfc2
Compare
|
I like the new configurable As mentioned in this message from the originating issue, would it at all be possible to add the |
448d126 to
4d53056
Compare
…mentation in lxml by adding support for recursive includes and a base-URL.
…mum recursion depth to 6 by default.
|
Added news entry, rebased to latest (3.8) master. |
|
Lacks a documentation update, because there is no documentation for the overall |
|
One remaining issue: how can users disable recursive include processing if they want to? |
|
@scoder: Please replace |
…clude (python#5723) * bpo-20928: bring elementtree's XInclude support en-par with the implementation in lxml by adding support for recursive includes and a base-URL. * bpo-20928: Support xincluding the same file multiple times, just not recursively. * bpo-20928: Add 'max_depth' parameter to xinclude that limits the maximum recursion depth to 6 by default. * Add news entry for updated ElementInclude support
…clude (python#5723) * bpo-20928: bring elementtree's XInclude support en-par with the implementation in lxml by adding support for recursive includes and a base-URL. * bpo-20928: Support xincluding the same file multiple times, just not recursively. * bpo-20928: Add 'max_depth' parameter to xinclude that limits the maximum recursion depth to 6 by default. * Add news entry for updated ElementInclude support
https://bugs.python.org/issue20928