New submission from Adrian Nye :
The (python) ElementTree library began in 2.7 to support the "parser" argument,
but cElementTree does not support it.
Either cElementTree should support it, or the documentation should mention that
it does not.
--
components: XML
messages: 1
New submission from Adrian Nye :
TreeBuilder doc does not mention its "entity" argument which is the main way to
deal with html entity encodings which are unfortunately a common problem in XML.
Also the doc needs a discussion of the relationship of TreeBuilder and
XMLParser. The