[XML-SIG] Installation

Martin v. Löwis martin@v.loewis.de
28 Mar 2003 18:34:57 +0100


Uche Ogbuji <uche.ogbuji@fourthought.com> writes:

> >Is it wise to encourage my school's admins to install an RPM of XML
> >python tools? Esp. that to make use of the DefaultHandler in SAX.

For that very reason, it is not wise. I would discourage the use of
the DefaultHandler class. Instead, subclass your handler from those
interface classes that you really mean to implement.

Regards,
Martin