[XML-SIG] Signature of startElement

Paul prescod@prescod.net
Tue, 19 Sep 2000 14:14:17 -0500 (CDT)


On 19 Sep 2000, Lars Marius Garshol wrote:

> 
> 
> I can try to post a patch tonight, although that will not have been
> tested against Python 2.0, since I don't have it on my system.
> 
> Question is: what is the recommended way to post a patch?

Sourceforge patch manager.

> This depends on the namespaces feature, which can be set in the
> constructor of some drivers, and can be changed through the setFeature
> method before parsing begins. (See feature_namespaces in handlers.py.)

You should also make it a parameter on the parse*() functions. IMO, a
typical user should not need to deal with a parser object at all. They
just ask for a parse to happen.

 Paul Prescod