[XML-SIG] xml.parsers.expat not converting aliased CDATA elements

Juergen Hermann Juergen Hermann" <jh@web.de
Fri, 25 May 2001 03:17:26 +0200


On Fri, 25 May 2001 02:06:35 +0200, Martin v. Loewis wrote:

>> When an xml.parsers.expat parser handles CDATA with an '&lt;' in it, =
it
>> turns this into a '<' when it processes it.
>
>It does not do this for me, using PyXML 0.6.5 on Linux. Can you give a
>specific example where markup in a CDATA section is interpreted?

Also, is Alex talking about a CDATA section, or is he mixing up PCDATA w=
ith 
CDATA?

<t>PCDATA &lt;</t>

<t><![CDATA[CDATA <]]></t>


Ciao, J=FCrgen