Impossible to get the Sun NS and XSD to validate my web.xml

Hello,

I'm having a problem getting the namespace and schema to validate my web.xml file. Three days ago, everythings were working fine, but since friday I can't get the XSD.

The top of my web.xml looks like this :

<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"

>

When I try to validate my web.xml, I got error like this :

s4s-elt-character: Non-whitespace characters are allowed ...

I've recently seen other topics like this, but I'm not sure it's the same issue.

Is it a known issue? What can I do to validate my web.xml? Are there mirrors for this XSD?

Best Regards.

Message was edited by:

Arlo

[965 byte] By [Arloa] at [2007-11-26 15:48:24]
# 1
Please help, I still have the problem and it seems it's a known issue : http://dev.eclipse.org/newslists/news.eclipse.webtools/msg03484.html
Arloa at 2007-7-8 22:07:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...