bpo-20928: support base-URL and recursive includes in etree.ElementInclude (#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
S
Stefan Behnel committed
c6a7bdb356835c9d7513b1ea6846683d446fe6c3
Parent: ded8888
Committed by GitHub <noreply@github.com>
on 11/25/2019, 3:36:25 PM