- From: Juergen Kayser <Juergen.Kayser@behrgroup.com>
- Date: Mon, 14 Jun 2004 09:13:29 +0200
- To: www-validator@w3.org
I used Netscape 7.1 for file upload and the file was validated. With IE 6.0 it did not work. The only way I found, that it works with IE 6.0 is to use the manuel override. Perhaps there may be a way to validate with IE by changing the source? <?xml version="1.0" encoding="iso-8859-1"?> <!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Test char-encoding</title> <meta name="generator" content="amaya 8.5, see http://www.w3.org/Amaya/" /> </head> <body> <h1>Español</h1> <h1>Français</h1> </body> </html>
Received on Monday, 14 June 2004 03:14:01 UTC