Re: img & cgi & parameters

From: Roger W. Winget (Genealogy@Winget.com)
Date: Tue, Feb 22 2000


Message-ID: <38B2DE67.4A231CDE@Winget.com>
Date: Tue, 22 Feb 2000 09:07:19 -1000
From: "Roger W. Winget" <Genealogy@Winget.com>
To: Bruno Raoult <br@raoult.com>
CC: www-validator@w3c.org
Subject: Re: img & cgi & parameters

Bruno,
	I just copied that code into a web page, and it validated
just fine.  The only bug I could forsee is if you were passing two
parameters to your cgi script using the ampersand.
--Roger

Bruno Raoult wrote:
> 
> Hi,
> 
> The W3C validator gives me an error on this tag:
>     <img src="http://hello.com/cgi-bin/Count.cgi?df=hello.com" alt=test>
> 
> The message is:
>     Error: general entity "df" not defined and no default entity
> 
> I do not understand what is my mistake. I think it is a validator leak, but
> I am not sure...
> 
> If someone has an hint, I would be happy...
> 
> Bruno.
> 
> --
> Any sufficiently advanced bug is indistinguishable from a feature.
>                 -- Rich Kulawiec