s c wrote: > Could someone please tell me any tips for improving > the performance of the NekoHTML Parser? I was using > OpenXML parser before, when I try using the latest > NekoHTML parser, it takes Neko twice as long to parse > the same document on the same machine.
If you are using the SAX API, then I would suggest turning off the tag-balancing feature. This greatly improves the performance. Check the Settings docs for information. -- Andy Clark * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
