Hi,
What is the current recommended method of implementing a custom SAX handler?
The documentation says that you just need to implement the generic functions for any old class but when you do that, you get lots of warnings like the following.
"deprecated SAX default method used by a handler that is not a subclass of SAX:ABSTRACT-HANDLER or HAX:ABSTRACT-HANDLER"
Should new code inherit from sax:default-handler?
Cheers, Andy