5568 sujets

Sémantique web et HTML

Bonjour,

Mon site valide XHTML sur Validome et sur w3.org par Direct Input.
Mais quand je veux valider ma page directement par URL, j'ai ces messages d'erreur qui s'affichent:


Contradictory Parse Modes Detected!

    The MIME Media Type () indicated parse mode should be SGML, but the DOCTYPE Declaration indicates XML mode. Using SGML mode based on the Content-Type header.
Namespace Found in non-XML Document

    Namespace "" found, but document type is not XML!

This page is not Valid XHTML 1.0 Transitional!

Below are the results of attempting to parse this document with an SGML parser.

   1. Error Line 7 column 68: character data is not allowed here.

...Content-Type" content='text/xml; charset=UTF-8' />

      You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>) or forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes).

      &#9993;
   2. Error Line 25 column 87: character data is not allowed here.

...='http://krylenko.net/liv/2005/09/' />

      You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>) or forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes).


Je ne comprends vraiment pas ce qui se passe, j'ai testé d'autres Doctype et encodages, mais rien ne fait changer le résultat.

Voici le blog:
http://krylenko.net/live

Merci beaucoup.
En effet... Merci de me pointer ce problème.

Sauriez-vous comment je pourrais le régler?

Le code de cette page fonctionne quand il n'y a pas ma base de données chargée (qui comprend posts, plugins...). C'est seulement quand elle est présente sur le blog que les erreurs apparaissent.