Re: SAX: Document Start and End (question 1 of 10)

Tim Bray (tbray@textuality.com)
Sun, 04 Jan 1998 10:10:55 -0800


At 09:47 AM 03/01/98 -0500, David Megginson wrote:
>In addition to the core events, should SAX have additional callbacks
>for the start and end of a document?

Agreed. Could we change the first method to
startDocument(String root, String DTDSysID, String DTDPubID)
these obviously each being null in the event the document doesn't
provide them? -Tim