[XML-SIG] Feed and startDocument

Lars Marius Garshol larsga@garshol.priv.no
20 Jun 2000 15:09:39 +0200


* Paul Prescod
|
| If an application uses the "feed" interface of our extended SAX
| rather than the parse interface, is it the application's job to call
| its own startDocument handler or should the parser/driver recognize
| the first call to feed and do the right thing?

It is the responsibility of the parser/driver.
 
| If the latter, Lars, could you check whether your Sax2 driver for
| PyExpat does the right thing?

It does not. Me fix. Thanks for reporting it!

--Lars M.