Community Liason

Joined: 25 Nov 2004 Posts: 631 Location: Manchester
|
Posted: Fri Mar 31, 2006 12:56 pm Post subject: Help with validation XHTML |
| |
Can anyone see what is going wrong with my Doctype and Meta tags for this page to stop it from validating? It is driving me potty and from the W3C website, it sems OK.
Thanks, Ian
| Quote: |
Unknown Parse Mode!
The MIME Media Type (text/html) for this document is used to serve both SGML and XML based documents, and it is not possible to disambiguate it based on the DOCTYPE Declaration in your document. Parsing will continue in SGML mode.
Namespace Found in non-XML Document
Namespace "" found, but document type is not XML!
|
| Code: | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN"
"http://w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml+xml; charset=ISO-8859-1">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" >
<meta name="keywords" content="veterinary, surgeons, bury, tottington, bolton, manchester, lancashire, rochdale, oldham, rossendale, ramsbottom, bl8, bl9, cat, dog, rabbit, fish, hamster, gerbil, rat, mouse, guinea pig, reptile, snake, tortoise, lizard, bird, parrot, macaw, african, cockatoo, budgie, cockatiel, exotics, pennine, vets, pet, referral" >
<meta name="description" content="Pennine Vets, Tottington, Bury - A small animal & exotic pet veterinary surgery offering high quality veterinary care" >
<meta name="author" content="Ian Mostyn, Pennine Vets" >
<meta name="generator" content="HTML-Kit, Top Style Lite" >
<meta name="copyright" content="©2005 Pennine Vets">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title>Pennine Vets, Bury</title>
<link rel="stylesheet" type="text/css" media="screen" href="css/mainstyle2.css" >
<link rel="stylesheet" type="text/css" media="print" href="css/printstyle.css" >
</head> |
_________________ Hard to find and premium pet products at Pennine Vets  |
|