[XML-SIG] unicode

Lars Marius Garshol larsga@garshol.priv.no
10 Aug 2001 08:39:12 +0200


* Mark McEahern
|
| xml.dom.minidom.parseString() doesn't accept unicode input--is this a bug?

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. 

That will change the default parser created by make_parser to xmlproc,
and should make minidom use xmlproc, which I think supports this.

--Lars M.