I understand (and support) the addition of the Augmentations
parameter to calls in the document handler. However, I have
one problem and a suggestion.

PROBLEM: None of the XNI samples were updated to include this
parameter which means that they will not behave as they should.

SUGGESTION: Since the start/endEntity calls are going to be
different between the document handler and dtd handler, would
it be a good idea to change the name of the callbacks to be
more explicit? For example, in the document handler:

  public void startGeneralEntity(String name, ...)

and in the dtd handler:

  public void startParameterEntity(String name, ...)

Comments?

-- 
Andy Clark * [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to