Re: ANN: DOMParser

Michael Kay (M.H.Kay@eng.icl.co.uk)
Fri, 18 Sep 1998 13:33:26 +0100


>There is a similar module in SAXON, I believe, but not
packaged as
>a SAX parser.

Indeed so. There is a class in SAXON that does this, it's
available for use, but not actively promoted as a feature,
since it was written for internal use.

One thing I needed to do in SAXON was to allow the SAX
application to get a reference to the DOM element currently
being processed; I did this by subclassing the SAX Locator
class. Does DOMParser provide anything comparable?

Mike Kay