[XML-SIG] sax/drivers2/drv_sgmlop.py

Martin v. Loewis martin@v.loewis.de
Fri, 14 Dec 2001 15:39:59 +0100


> with the current Sax2 SGMLOP drivers, an exception is raised when you call
> parse(file) because self.prepareParser() is not an attribute of the
> parser.
> 
> Puts this line in comment seems to be enough to fix the problem.
> 
> I can commit this but I'm not sure I'm not missing something ...

prepareParser is something every reader must implement, so I
implemented it empty.

Regards,
Martin