[XML-SIG] losing cdata tag

Martin v. Loewis martin@v.loewis.de
31 May 2002 00:54:47 +0200


Paul Tremblay <phthenry@earthlink.net> writes:

> I added this, but my program wouldn't run:
> 
> Traceback (most recent call last):
>   File "/home/paul/paultemp/python.temp.py", line 45, in ?
>     parser.setProperty(handler.property_lexical_handler, dhObj)
> NameError: name 'handler' is not defined

Now, this is *really* surprising, since, in

http://mail.python.org/pipermail/xml-sig/2002-May/007750.html

you reported that this very code executes sucessfully (even though not
with the desired result).

Can you please double-check that you are executing the code that you
said you are executing?

Regards,
Martin