"Shirish M. Kulkarni" <[EMAIL PROTECTED]> writes: > * A single instance of parser, is successfully able to serve, > mutiple calls to parse() method - with an additional call to > reset(), before the re-use
In my experience this is true only as long as you parse documents that do not generate parse errors. Once you hit an error, reset() no longer works properly and you have to create a new parser intstance. I hope this has changed, but when I was attempting this for the conformance testing suite I was forced into creating a new parser instance for each file, which seemed an aweful waste of resources. jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
