Hi, When implementing a Xerces parser pool, I'm faced with the following question : if a parser has thrown an exception during parsing, is it safe to reuse the parser afterwards, i.e. add it back to the pool ?
Does anybody have any experience with this ? Thanx ! Philip