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 andrei.avk
Recipients andrei.avk, docs@python, twowolfs
Date 2021-10-19.13:17:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634649421.35.0.466633115947.issue45336@roundup.psfhosted.org>
In-reply-to
Content
Ed: it seems ElementTree.write does not support `standalone` option, but both minidom (https://docs.python.org/3/library/xml.dom.minidom.html) and lxml (https://lxml.de/) support it. Are either of those suitable for your usecase?
History
Date User Action Args
2021-10-19 13:17:01andrei.avksetrecipients: + andrei.avk, docs@python, twowolfs
2021-10-19 13:17:01andrei.avksetmessageid: <1634649421.35.0.466633115947.issue45336@roundup.psfhosted.org>
2021-10-19 13:17:01andrei.avklinkissue45336 messages
2021-10-19 13:17:01andrei.avkcreate