> When you speak of better performance, are you
> referring to the extra function call to the 
> advanced handler?

The SAX API is just generally higher overhead than the internal interface,
because it requires that the SAXParser handle the internal event callbacks,
then just turn around and pass mostly the same info to the SAX handler. If
you need more info than the SAX API provides anyway, then why bother? You've
already given up portability by using the advanced handler.

--------------
Dean Roddey
Software Geek Extraordinaire
Portal, Inc
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to