Re: Element "x" undefined when using validator



Tom Eldridge wrote:
Hi all I'm getting tons of these errors when running the w3c validator on my
template page.

Basically it will say for example: element "TITLE" undefined.

Do I need to put this into lowercase or uppercase or have I got completely
the wrong end of the stick and need to define my doctype to another?

Currently I have this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

In XHTML all element and attribute names must be lower case.

Steve

.



Relevant Pages

  • Re: Element "x" undefined when using validator
    ... template page. ... Do I need to put this into lowercase or uppercase or have I got completely the wrong end of the stick and need to define my doctype to another? ... All XHTML tag and attribute names are lower-case. ...
    (comp.infosystems.www.authoring.html)
  • Re: Case-insensitivity considered harmful
    ... In many environments of the 1960s, monocase, specifically uppercase, ... you could get a lowercase print chain mounted, ... Bell Labs UNIX & C ... While there are some exceptions, older languages tend to ...
    (comp.arch)
  • Re: Case-insensitivity considered harmful
    ... - it is fastest to type lowercase ... CamelCase, either UpperCamelCase, or lowerCamelCase, are not too bad, ... and almost all of them were lowercase. ... UPPERCASE, and, and occasionally, ...
    (comp.arch)
  • Re: How to prevent cdr from capitalizing symbols?
    ... The original character set for Lisp was ... I don't think the IBM 704 or 709 even had a typewriter option. ... Uppercase only looks strange if you're used to lowercase. ...
    (comp.lang.lisp)
  • Re: gethostbyname
    ... If you need lowercase then call a routine to convert. ... uppercase, then these queried records will return as uppercase. ... Microsoft MVP - Directory Services ... Instead of the website you're using, I suggest to use OEx (Outlook Express ...
    (microsoft.public.win2000.active_directory)

Loading