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

Sean Mc Grath digitome at iol.ie
Sat Jan 3 16:22:55 GMT 1998


At 09:47 03/01/98 -0500, you wrote:
>[SAX is a proposal for a simple, event-based XML API, using
>callbacks.  This is one in a series of ten design questions that we
>need to answer to implement the API.]
>
>In addition to the core events, should SAX have additional callbacks
>for the start and end of a document?
>
>  public startDocument ()
>  public endDocument ()
>

I vote yes. The initialisation/cleanup argument in favour is, I think,
compelling.

>Should either of the events take arguments?  For example, the
>startDocument event handler could take Strings giving the public ID
>(if any) and URI of the document,

Sounds good.

> and the endDocument event handler
> could take integers giving the number of errors and warnings:

What about fatal errors? After the first of these, unprocessed
data (intermingled character data and markup) may be communicated
to the application for debugging purposes. What channel does it
go through?

Sean Mc Grath
sean at digitome dot com




xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list