Re: Validator is not working

Hello Rahul,

On 23 Jun 2005, at 14:32, rahul gupta wrote:
>  After restaring the web-server when I give the same
> tng.htm file,it gives result "This page is not valid
> HTML 4.01 Trasitional!"

As far as I can tell from the results page you attached, your  
validator seems to be working fine (so reinstalling opensp was indeed  
a good idea), but your documents are wrong.

You should not use:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://192.168.0.11:8080/RED/loose.dtd">

but instead
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">


Hope this helps,
-- 
olivier

Received on Thursday, 23 June 2005 06:14:34 UTC