[XML-SIG] using PyXML 0.6.6

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Thu, 9 Aug 2001 08:10:34 +0200


> 	How do I use the modules it installed into c:\python21\_xmlplus\ ?

Very simple:

import xml
from xml.dom.ext.reader import Sax2
etc

Since Python 2 already ships with an xml package, _xmlplus is a magic
extension mechanism.

Regards,
Martin