[XML-SIG] Subclassing xml.dom.minidom

Nicholas M. Kirsch nick@isilon.com
Thu, 24 Apr 2003 12:17:40 -0700 (PDT)


I have looked for information (er.. I've googled) and have not found any
examples of anyone subclassing minidom.

I want to modify the behavior of some of the methods in Node, etc.

Naturally, I want xml.dom.minidom.parse to return objects which are all
subclassed as well.

Is this possible? What is the best way to do this?

Thanks.

Nick