I found this problem with my code last friday.
I built digester today with Craig's patch.
The problem has left and everything works as
expected. Thanks.
- Gidado
> -----Original Message-----
> From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 20, 2001 12:11 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: Reusable Digester?
>
>
> On Mon, 20 Aug 2001, Matt Cleveland wrote:
>
> > For performance reasons, I am attempting to
> > 1. construct a digester
> > 2. configure it with a lot of rules
> > 3. parse a document
> > 4. parse another document
> >
> > I am not trying to utilize a single parser instance from multiple
> > threads at the same time. The most expensive part of parsing our
> > documents with the digester is setting up the rules, so I'd like to
> > only have to do that once.
> >
>
> Matt, I just checked in a patch for this. Could you try it with the
> current code from CVS?
>
> Craig
>