xml.parsers.expat vs. xml.sax

Thomas Guettler guettli at thomas-guettler.de
Tue Apr 27 08:16:25 EDT 2004


Hi!

What are the difference between xml.parsers.expat
and xml.sax?

Up to now I used xml.sax.make_parser and subclass
from ContentHandler.

I think xml.sax.make_parser uses expat as default.
Why should I want to use xml.parsers.expat?

 Regards,
  Thomas




More information about the Python-list mailing list