On Thu, 14 Jun 2001, William Shulman wrote:
>
>
> Another way is to implement your own EntityResolver to maintain a
> local cache. This is explained in the javadoc for the EntryResolver
> class (somewhere in javax.xml...)
>
It's already there, and already used! See the sources for ActionServlet,
in particular the calls to digester.register(). The code in the digester
then implements an appropriate EntityHandler.
Craig
> -will
>
> [EMAIL PROTECTED] writes:
> > Currently, the XML indicates that the DTD is located over the web using a
> > public qualifier. Does it really check over the web for the DTD to
> > validate against? I would rather not do this for performance reasons. If
> > it does, can I change the reference to a SYSTEM ref instead. What is the
> > recommended approach for a production implementation?
> >
> > Thanks in Advance,
> > Ken Hoying
> > Practice Partner
> > TITAN Technology Partners
> > Pager: 216-275-7284
> >
>