[XML-SIG] 0.6.4 problem with reading DOM tree from XML with validation

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Sun, 4 Mar 2001 23:15:36 +0100


>   File "xml/sax/drivers2/drv_xmlproc.py", line 355, in handle_ignorable_data
>     self._cont_handler.ignorableWhitespace(data, start, end) # FIXME?
> TypeError: too many arguments; expected 2, got 4
> 
> 
> This patch seems to fix this:

Thanks for the report. The patch is incorrect: The official SAX2
interface (in xml.sax.handlers) is that ignorableWhitespace gets a
single data argument, so the bug was actually in drv_xmlproc. I've
installed an appropriate fix.

Regards,
Martin