Ryan Fitton
07-03-2010, 03:54 PM
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=http%3A%2F%2Fryanfitton.co.uk%2Fm%2F&cha rset=%28detect+automatically%29&doctype=Inline&gro up=0
I have inserted the XHTML 1.0 Doctype like this in the top of the websites 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:
"Line 88, Column 1: could not get "/xhtml-mobile10-model-1.mod" from "www.openmobilealliance.org" (reason given was "Not 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.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bbc.co.uk%2Fmobile%2Findex.html&charset=%28detect+automatically%29&doctype=Inline&group=0 (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:
Line 88, Column 1: could not get "/DTD/xhtml-mobile10-model-1.mod" from "www.openmobilealliance.org" (reason given was "Not Found")
Is there anyway i can fix this? I have already emailed the Open Mobile Alliance about this :/
Many thanks, Ryan.
http://validator.w3.org/check?uri=http%3A%2F%2Fryanfitton.co.uk%2Fm%2F&cha rset=%28detect+automatically%29&doctype=Inline&gro up=0
I have inserted the XHTML 1.0 Doctype like this in the top of the websites 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:
"Line 88, Column 1: could not get "/xhtml-mobile10-model-1.mod" from "www.openmobilealliance.org" (reason given was "Not 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.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bbc.co.uk%2Fmobile%2Findex.html&charset=%28detect+automatically%29&doctype=Inline&group=0 (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:
Line 88, Column 1: could not get "/DTD/xhtml-mobile10-model-1.mod" from "www.openmobilealliance.org" (reason given was "Not Found")
Is there anyway i can fix this? I have already emailed the Open Mobile Alliance about this :/
Many thanks, Ryan.