This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author François-Michel L'Heureux
Recipients François-Michel L'Heureux
Date 2015-03-12.17:32:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426181525.16.0.169351519158.issue23650@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-03-12 17:32:05François-Michel L'Heureuxsetrecipients: + François-Michel L'Heureux
2015-03-12 17:32:05François-Michel L'Heureuxsetmessageid: <1426181525.16.0.169351519158.issue23650@psf.upfronthosting.co.za>
2015-03-12 17:32:05François-Michel L'Heureuxlinkissue23650 messages
2015-03-12 17:32:04François-Michel L'Heureuxcreate