Re: XHTML 1.0 validation for ASP pages



glaros wrote:

> hi,

G'day.

> I am trying to validate 2 ASP pages(1 posting and 1 validating) and I
> cannot get validation because I get in the validation site:

My guess is you are using an include file in your script, and the
doctype is in there, too.

Further, if these are new pages, why are you using Transitional? You
should be using a Strict doctype.

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

> please answer.

Let us know what you found.

--
-bts
-Warning: I brake for lawn deer
.