Hi,
I like to bring to your attention that it is a typo in web.xml file
(Cocoon-2.0b1.zip)  making it not well formed.
the lines:
<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd";>

should be 

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>
the typo is 2.2 instead 2_2 ( see Servlet spec 13.1.1)

XMLSpy complain is: "This file cannot be validated: Unable to load external
DTD, schema, or entity source
"http://java.sun.com/j2ee/dtds/web-app_2.2.dtd";>"

It produces parsing error in some environments.
Kinga



_________________________________

Kinga Dziembowski
Hewlett Packard
HP Bluestone Middleware Division
6000 Irwin Road
Mt. Laurel, NJ 08054

856.638.6065
www.bluestone.com 

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

Reply via email to