[issue13795] CDATA Element missing

Pedro Andres Aranda Gutierrez report at bugs.python.org
Mon Jan 16 08:16:44 CET 2012


New submission from Pedro Andres Aranda Gutierrez <paaguti at gmail.com>:

When creating ElementTree objects that hold SVG drawings, I need a CDATA object similar to the ProcessingInstruction object. There was a circumvention of the problem for Python 2.6:

http://stackoverflow.com/questions/174890/how-to-output-cdata-using-elementtree

This workaround doesn't work in Python 2.7 and above

----------
messages: 151334
nosy: paaguti
priority: normal
severity: normal
status: open
title: CDATA Element missing
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13795>
_______________________________________


More information about the Python-bugs-list mailing list