Re: A SAX helper class: multiple document handlers

Michael Kay (M.H.Kay@eng.icl.co.uk)
Thu, 30 Apr 1998 16:23:36 +0100


>Another implementation might allow the user to register
objects (or
>even methods) to be invoked for specific element types.

I have been making heavy use of a layer of code that does
just that; I am busy right now rewriting it for SAX 1.0 (and
to fix all the things I got wrong first time round) and hope
to publish it asap. This is certainly a quite different
animal from SAX and belongs as an separate layer on top.

Mike