XML

Peter Hansen peter at engcorp.com
Fri Mar 19 18:26:28 EST 2004


Salvatore wrote:

> I'am trying to parse an XML file using sax and Python 2.3 on windows
> 
> class FindIssue(saxutils.DefaultHandler):
> AttributeError: 'module' object has no attribute 'DefaultHandler'
> 
> Doesn't DefaultHandler makes part of saxutils ?

Evidently not.  Why did you think it would?  See 
http://www.python.org/doc/current/lib/module-xml.sax.saxutils.html


Perhaps you were thinking of this one instead?

http://www.python.org/doc/current/lib/xmlparser-objects.html

-Peter



More information about the Python-list mailing list