[issue36874] Support CDATA by xml.etree.(c)ElementTree

Pierre van de Laar report at bugs.python.org
Fri May 10 05:51:15 EDT 2019


New submission from Pierre van de Laar <pierre.van.de.laar at gmail.com>:

I would like to add information to CDATA in an Xml Tree.
Turns out I am not the only one: https://stackoverflow.com/questions/174890/how-to-output-cdata-using-elementtree


Can the library be extended to also support CDATA (similar to Comment)?
Saves a lot of hacking...

----------
components: XML
messages: 342067
nosy: Pierre van de Laar
priority: normal
severity: normal
status: open
title: Support CDATA by xml.etree.(c)ElementTree
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36874>
_______________________________________


More information about the Python-bugs-list mailing list