Kevin Steppe wrote:
> The point here is that any effeciency the parser gains by being 
> allowed to make multiple character() calls for a single text 
> string is completely wipped out by my having to re-buffer all 
> that data.  

Asking any SAX parser to buffer the characters so that your
ContentHandler doesn't have to doesn't improve performance.
It's just moving the work from your handler to the parser.

-- 
Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED]

Reply via email to