[issue13795] CDATA Element missing

2012-01-18 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: Note that there is no need to emit CDATA section: it's just another method to write data, just like in Python \x41 and A are not distinct. The workaround there is a hack, since it redefines an internal method _write(). This function

[issue13795] CDATA Element missing

2012-01-15 Thread Pedro Andres Aranda Gutierrez
New submission from Pedro Andres Aranda Gutierrez paag...@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: