[XML-SIG] unicode

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Fri, 10 Aug 2001 09:03:46 +0200


> I would say so. This depends on what parser minidom uses, though.
> If you have the XML-SIG package installed, try setting the environment
> variable PY_SAX_PARSER to xml.sax.drivers2.drv_xmlproc. 

You can actually also pass a parser= argument to
xml.dom.minidom.parse[String], which should be a SAX parser object.

Regards,
Martin