[XML-SIG] CDATA sections still not handled

matt matt@virtualspectator.com
Tue, 16 Jan 2001 15:25:15 +1300


Sorry, the result of the ext.PrettyPrint is :


test_xml = """<?xml version='1.0' encoding='ISO-8859-1'?>
<item_20001204_035952>
<one>
<caption>a test caption</caption>
</one>
some test data
</item_20001204_035952>


the CDATA escaping has disappeared



On Tue, 16 Jan 2001, Martin v. Loewis wrote:
> > I'm using PyXML 0.6.3 and python 1.5.2.  It seems that CDATA
> > sections are still not handled correctly.  The following code
> > demonstrates.
> 
> Can you elaborate why this is incorrect?
> 
> Regards,
> Martin