You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "DZIEMBOWSKI,KINGA (HP-NewJersey,ex2)" <ki...@hp.com> on 2001/07/02 17:11:29 UTC

web.xml

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: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


RE: web.xml

Posted by Vadim Gritsenko <vg...@hns.com>.
Thanks, Kinga.

Patched in CVS.

Vadim

> -----Original Message-----
> From: DZIEMBOWSKI,KINGA (HP-NewJersey,ex2) [mailto:kinga_dziembowski@hp.com]
> Sent: Monday, July 02, 2001 11:11
> To: cocoon-dev@xml.apache.org
> Subject: web.xml
> 
> 
> 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: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org