New submission from François-Michel L'Heureux:

Using TreeBuilder to put data into XML tree.
Convert that tree to a string.
Parse that string.
XML parser error.

I expect XML library to be able to parse its own output.

Reference example: 
https://github.com/FinchPowers/python_xml_builder_bug/blob/d98b2422d9ecadbee37e2896a5098abf82b1d7a4/python_xml_builder_bug.py

----------
components: XML
files: python_xml_builder_bug.py
messages: 237965
nosy: François-Michel L'Heureux
priority: normal
severity: normal
status: open
title: xml.etree.ElementTreee.write can't parse its own output
versions: Python 2.7
Added file: http://bugs.python.org/file38459/python_xml_builder_bug.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23650>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to