Open GoogleCodeExporter opened 8 years ago
Same problem. Solved with this:
from xml.dom.minidom import CDATASection
c = CDATASection()
c.data = 'my CDATA string'
data = {
'some_field': c
}
Original comment by sirjorg...@gmail.com
on 18 Aug 2015 at 11:35
Original issue reported on code.google.com by
gedimina...@gmail.com
on 24 Jan 2014 at 2:42