Closed GoogleCodeExporter closed 8 years ago
Modified existing test
(GeneratePythonScriptTestCase.test_write_python_script_for_kml_document) to
test for this issue. Test passed with the suggested modification.
changeset: 58:0e1a5a41bbb1
tag: tip
user: taericks@precisionm6500b
date: Tue Nov 01 14:49:27 2011 -0700
summary: parsing without a schema now preserves a CDATA section (Issue 31)
Original comment by tylerick...@gmail.com
on 1 Nov 2011 at 9:52
I would suggest that fromstring needs a similar modification, at line 41:
parser = objectify.makeparser( strip_cdata=False)
return objectify.fromstring( text, parser=parser)
to make string behaviour consistent with fileobject
Original comment by hcme...@gmail.com
on 4 Jan 2012 at 2:44
Original issue reported on code.google.com by
alchem...@google.com
on 13 Oct 2011 at 11:21