[New-bugs-announce] [issue20928] xml.etree.ElementInclude does not include nested xincludes

James Bailey report at bugs.python.org
Fri Mar 14 21:40:06 CET 2014


New submission from James Bailey:

After xml.etree.ElementInclude.include inserts an Xinclude'd href it does not walk the just-inserted subtree to see if it contains any Xincludes itself.

I think the behaviour should be modified to walk the included subtree and perform any Xincludes contained.

----------
components: Library (Lib), XML
messages: 213589
nosy: James.Bailey
priority: normal
severity: normal
status: open
title: xml.etree.ElementInclude does not include nested xincludes
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20928>
_______________________________________


More information about the New-bugs-announce mailing list