Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/01/2011, 17:05
Cenfer
 
Fecha de Ingreso: febrero-2007
Mensajes: 85
Antigüedad: 17 años, 1 mes
Puntos: 0
Problema validación xhtml 1.0 strict

Hola,

intento validar un documento en xhtml guardado en php y me aparece el siguiente error:

Sorry, I am unable to validate this document because its content type is text/php, which is not currently supported by this service.

The Content-Type header is sent by your web server (or web browser if you use the file upload interface) and depends on its configuration. Commonly, web servers will have a mapping of filename extensions (such as ".html") to MIME Content-Type values (such as text/html).

That you received this message can mean that your server is not configured correctly, that your file does not have the correct filename extension, or that you are attempting to validate a file type that we do not support yet. In the latter case you should let us know that you need us to support that content type (please include all relevant details, including the URL to the standards document defining the content type) using the instructions on the Feedback Page.

La cuestión esque como extension .html me la valida correctamente. Esta guardado en utf-8.

Saludos y gracias adelantadas