[XML-SIG] Problem with 0.6.1's sax.writer

Johann Visagie johann@egenetics.com
Fri, 10 Nov 2000 13:49:01 +0200


Busy trying to port a half-written application from Python 1.5.2 + PyXML
0.5.4 to Python 2.0 + PyXML 0.6.1, and getting a bit lost.

PyXML 0.6.1's sax.writer repeatedly calls xml.utils.escape(), which results
in an AttributeError.

This can seemingly be fixed by replacing them with calls to
xml.sax.saxutils.escape()

Is this an error, or am I misinterpreting things?

-- Johann