This is the top of the web.xml file in the conf directory:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Appliction
2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">

As far as I know, the xml parser will look for the dtd and verify that the
xml file conforms to the description in the dtd.

Why doesn't the server.xml has such a declaration at the top?  Would that
make an xml parser fail?

Thanks,

Paolo



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to