Re: [xml-dev] SAX - endDocument() confusion again

From
Michael Fuller <>
To
XML Developers List <>
Date
2004-03-03T22:02:44Z
ID
<>
Thread
Re: [xml-dev] SAX - endDocument() confusion again
On Wed, Mar 03, 2004 at 09:15:35AM -0500, David Megginson wrote:
> My original intention at the start of SAX development was that endDocument 
> would not necessarily be called once the parser was in an error state [...]

And this seems very reasonable conceptually: once the parser is in an error
state, how can it reliably know when the document ends?

Michael