XML

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Salvatore

    XML

    Hello,

    I'am trying to parse an XML file using sax and Python 2.3 on windows

    class FindIssue(saxut ils.DefaultHand ler):
    AttributeError: 'module' object has no attribute 'DefaultHandler '

    Doesn't DefaultHandler makes part of saxutils ?

    Thank you for your responses

    Salvatore

  • Peter Hansen

    #2
    Re: XML

    Salvatore wrote:
    [color=blue]
    > I'am trying to parse an XML file using sax and Python 2.3 on windows
    >
    > class FindIssue(saxut ils.DefaultHand ler):
    > AttributeError: 'module' object has no attribute 'DefaultHandler '
    >
    > Doesn't DefaultHandler makes part of saxutils ?[/color]

    Evidently not. Why did you think it would? See



    Perhaps you were thinking of this one instead?



    -Peter

    Comment

    Working...