[XML-SIG] Writing SAX-drivers

Juergen Hermann Juergen Hermann" <jhe@webde-ag.de
Fri, 09 Nov 2001 13:19:54 +0100


On Fri, 09 Nov 2001 10:21:47 +0100, M.-A. Lemburg wrote:

>I haven't been able to find any documentation on writing SAX-driver
>for PyXML -- is there any ? (I've looked at the code in PyXML and 
>the PyXML docs, but the code is undocumented and the docs only 
>mention *using* SAX interface compatible parsers.)

If you plan to write an extension SAX driver (and we know you like to 
write extensions ;), you can look at my pirxx.sf.net project. For pure 
Python, as Alexandre already mentioned, there are "interface 
definition" classes in XMLReader.py.