[XML-SIG] Using SP in Python

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Thu, 28 Dec 2000 16:53:54 +0100


> I've written a simple wrapper for the SP SGML parser's generic API
> and also a SAX driver for that wrapper.  The SAX driver probably
> belongs in saxtools and will be placed there.

Why not in xml.sax.drivers2?

> The SP wrapper is perhaps better off as a separate project, but if
> anyone feels it belongs in the XML-SIG, I'll be happy to reconsider.

If distributed with PyXML, we'd probably need code in setup.py to
detect presence of an acceptable SP installation. If that was
available, I'm +0 for including it in PyXML, probably into
xml.parsers.

Regards,
Martin