I am receiving errors on the W3C Validator regarding the XHTML doctype that i have put on my mobile website. Here are the validation results:
http://validator.w3.org/check?uri=ht...nline&gro up=0
I have inserted the XHTML 1.0 Doctype like this in the top of the websites code:
Code:<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
I believe it is the Doctype that is causing me the problem because the w3c validator is saying the doctype cannot be found:
I have also checked the validation on the BBC Mobile website because it using the same doctype as what my mobile website is. And it produces the same error; the W3C Validator is saying that the doctype cannot be found.Code:"Line 88, Column 1: could not get "/xhtml-mobile10-model-1.mod" from "www.openmobilealliance.org" (reason given was "Not Found")"
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bbc.co.uk%2Fmobile%2Findex.html&charset=%28detect+automatically%29&doctype=Inline&group=0
the same error is displayed:
Is there anyway i can fix this? I have already emailed the Open Mobile Alliance about this :/Code:Line 88, Column 1: could not get "/DTD/xhtml-mobile10-model-1.mod" from "www.openmobilealliance.org" (reason given was "Not Found")
Many thanks, Ryan.



Reply With Quote


Bookmarks