satyanaas
03-05-2003, 10:53 PM
I'm trying to break into XHTML and validating my sites. having trouble getting the W3C validator to recognize my site. I believe I have the DTD specified correctly but its not reading it. This is the page I'm trying to validate it up at http://www.maanik.com/
w3c tells me this :
I was not able to extract a character encoding labeling from any of the valid sources for such information. Without encoding information it is impossible to validate the document. The sources I tried are:
* The HTTP Content-Type field.
* The XML Declaration.
* The HTML "META" element.
And I even tried to autodetect it using the algorithm defined in Appendix F of the XML 1.0 Recommendation.
Since none of these sources yielded any usable information, I will not be able to validate this document. Sorry. Please make sure you specify the character encoding in use.
Do I really need to specify the charcter encoding and how do I specify that, if that is my problem?
w3c tells me this :
I was not able to extract a character encoding labeling from any of the valid sources for such information. Without encoding information it is impossible to validate the document. The sources I tried are:
* The HTTP Content-Type field.
* The XML Declaration.
* The HTML "META" element.
And I even tried to autodetect it using the algorithm defined in Appendix F of the XML 1.0 Recommendation.
Since none of these sources yielded any usable information, I will not be able to validate this document. Sorry. Please make sure you specify the character encoding in use.
Do I really need to specify the charcter encoding and how do I specify that, if that is my problem?