Should not download common HTML DTDs ------------------------------------ Key: DOXIA-344 URL: http://jira.codehaus.org/browse/DOXIA-344 Project: Maven Doxia Issue Type: Bug Environment: Windows, Internet Explorer, Eclipse Reporter: Sebastian Davids
The following document: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Test</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> </head> <body> <h1>Test</h1> </body> </html> Saved as: test.xhtml Note: extension xhtml instead of html @@ Opening the document with the "Doxia Xhtml Editor" in Eclipse will produce the following error: ParseException: Error validating the model: Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd @@ See WC3 Systems Team Blog: http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira