On Wed, 15 Nov 2000, Oleg Nitz wrote:
> Should the validating parser connect to www.jboss.org during deployment?
> I remember that I had problems with some validating parser being behind
> firewall and parsing such as valid document.
> What about users without Internet connection?

        What I have done before is write a custom EntityResolver that
loads the DTDs from the ClassPath, and then handles calls to the network
by substituting the appropriate byte array from RAM instead.  Much
faster that way, too.  :)

Aaron


Reply via email to