[XML-SIG] losing cdata tag

Juergen Hermann Juergen Hermann" <jh@web.de
Mon, 27 May 2002 10:02:18 +0200


On Mon, 27 May 2002 00:14:57 -0400, Paul Tremblay wrote:

>escaped. But when I use these libraries:
>
>
>from xml.sax import saxutils
>from xml.sax import make_parser
>from xml.sax.handler import feature_namespaces
>
>the data is not escaped. 

If you except the data your character() event receives to be escaped, 
this is a wrong assumption. That is why you use a parser, to not have 
to do things yourself.


Ciao, J=FCrgen