On Tuesday, 03/28/2006 at 09:02 EST, "Dave Brosius" <[EMAIL PROTECTED]> wrote: > I've always wondered why ContentHandler's startElement didn't return a > boolean as to whether child content event notification was desired. Seems > like that would improve sax performance significantly for many applications.
... or a "you can stop parsing now; no more events will be needed" mechanism other then throwing an exception. (Heck, even an exception reserved for the purpose would do the job.) Is SAX still it's own organization? Or has its maintainance been taken over by someone else by now (Apache, W3C, Oasis,....?) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
