On Tue, 14 May 2002 08:37:16 +0200
[EMAIL PROTECTED] wrote:

> http://java.sun.com/dtd/web-app_2_3.dtd

Generally, you might try to download the dtd in your browser.
This will tell you if it exists (this one does) - in which
case your 'not found' error is a networking problem.

Or you might try to read the dtd yourself to see if your
syntax checks out.

However - in your case: Notice that part of your statement
("-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN")
calls for version 2.2, the dtd you are trying to use says
version 2.3 (http://java.sun.com/dtd/web-app_2_3.dtd).

I suggest you agree on one version ...

-- 

Haakon Hansen
Norway

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to