"Smith, Doug" wrote:
> I've been pooling and reusing Xerces-J 1.x parser instances, using the
> reset() method on SAXParser. Everything works fine until a content

You should not call reset() directly. It is called automatically
when you parse the next document. Please change your code and
let me know if you still get the parse-in-progress error in the
case where a parser terminates with an exception.

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

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

Reply via email to