[XML-SIG] SAX drivers comparison (PyXML 0.54).

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Mon, 15 May 2000 19:33:04 +0200


Stefane Fermigier <sf@fermigier.com> wrote:
> Parser: xml.sax.drivers.drv_sgmlop, time: 0.001875, 0 bytes written.

> and I had to change /usr/lib/python1.5/site-packages/xml/sax/drivers/drv_sgmlop.py
> line 76 so that sgmlop works, maybe that was a mistake ?)

I think you're seeing a version mismatch here; the sax driver
fails to register callbacks, so you never see any data on the
Python level.

guess someone who knows both saxlib and sgmlop should dig
into this...

> parse as fast a possible

if I were you, I'd go for native sgmlop.

the latest version is here:
http://w1.132.telia.com/~u13208596/sgmlop.htm

</F>