Go to file
Karl Waclawek dd2ecd7fa8 For the start of element and end of element events, it is possible that
the default handler does not get called even when no element handlers
are called, because storeAtts() may trigger the startNamespaceDeclHandler
where the application has a chance to clear the element handlers.

This patch fixes this with one issue still open, which applies to empty elements only:
When the endElement handler is called, but not the startElementHandler,
then the default handler is not called, which causes attributes to not
be reported at all. The other alternative would be to call the default handler,
but then the element would be reported twice.
2003-01-22 14:52:20 +00:00
expat For the start of element and end of element events, it is possible that 2003-01-22 14:52:20 +00:00
htdocs - update information on the GOBO Expat interface 2003-01-22 03:19:22 +00:00
.gitignore Initial Revision 1997-11-04 05:43:52 +00:00