Hola!
He diseñado un sitio web en español, con acentos y todo eso, siguiendo las directrices de XHTML 1.0, y al intentar validarlo (con el validator de W3C) me dice lo siguiente:
"File: C:\test.htm
Encoding: us-ascii
NOTE: The HTTP Content-Type header sent by your web browser (unknown) did not contain a "charset" parameter, but the Content-Type was one of the XML text/* sub-types (text/xml). The relevant specification (RFC 3023) specifies a strong default of "us-ascii" for such documents so we will use this value regardless of any encoding you may have indicated elsewhere. If you would like to use a different encoding, you should arrange to have your browser send this new encoding information."


Siendo el archivo a validar algo como esto:

<?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"; xml:lang="es" lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Test</title>
........
</head>
<body>
<div>
<h1>Palabras con algún acento o alguna eñe por aquí</h1>
...
</div>
</body>
</html>


Alguien podría decirme que está mal?
Gracias


sonik0
p/d: Espero que la solución no sea reemplazar los acentos por &vocalacute;

_______________________________________________
Ovillo mailing list
[EMAIL PROTECTED]
http://ovillo.org/mailman/listinfo/ovillo_ovillo.org

Responder a