On Wed, 6 Feb 2002, Santoso, Tommy wrote:

> As you can see either startElement() or endElement() could happen.
> Any ideas how to handle this correctly?

Yes, you write a "bundling" SAX filter that bundles are characters
together and guarantees a single call to characters for any continuous
text block. Trivial to write.

-- 
<!-- Matt -->
<:->Get a smart net</:->


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

Reply via email to