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

