[XML-SIG] Parsing Control Characters

Stephen Boyle stephen.boyle@gbst.com
Mon, 17 Jul 2000 10:50:29 +1000


Hi,

I am trying to send keystrokes in the body of an XML Message, but the parser
falls over whenever I send a Control Keys, such as <F1>.  

I am using Python v1.5.2.  I call saxexts.make_parser() which returns a
pyexpat Parser.  I have also tried using xml.dom.builder to generate the
actual XML code.

Can anyone point me in the right direction?

Thanks
Steve Boyle