I have a XHTML-file using the following doctype-definition:
`<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">`
Eclipse is trying to validate the file by using the referenced dtd file, which results in this error:
ParseException: Error validating the model: Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
The reason is an intended error response, like described here:
So I tried to stop Eclipse from trying to download the file by disabling HTML validation, but this didn't help.
How can I get rid of the error message and stop Eclipse from trying to download the DTD-file?
edit: Eclipse-version is Galileo 3.5