[cxml-devel] SAX handler
Andy Chambers
achambers.home at googlemail.com
Wed Sep 10 15:22:38 UTC 2008
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
More information about the cxml-devel
mailing list