On 11/17/05, Garner, Shawn <[EMAIL PROTECTED]> wrote: > > > I'm curious of the answer you get back. > Can you post [OT] the answer back to this list.
I don't know if Eclipse can do this, but you can avoid similar problems with NetBeans by registering your own copies of the DTDs into the "DTD and XML Schema Catalogs" database (on the "Runtime" tab). That causes XML validation of schemas or DTDs to be performed against a local copy (and will perform better even if you are online and the DTD is available, because you're avoiding network traffic). You should see if Eclipse has a similar feature. (In the case of NetBeans 5, the Struts DTDs are preregistered for you.) Shawn Craig